diff options
author | Chris Lattner <sabre@nondot.org> | 2004-12-01 04:16:29 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-12-01 04:16:29 +0000 |
commit | 302ed2a3c10bd08dbd0f7cda65b723e26df4fad5 (patch) | |
tree | 18af3ee6752fbda258ac36b486be9eb8b566a428 /docs/CFEBuildInstrs.html | |
parent | 0022b834914ba49d11a43c0c06c47edfdc59524f (diff) | |
download | external_llvm-302ed2a3c10bd08dbd0f7cda65b723e26df4fad5.zip external_llvm-302ed2a3c10bd08dbd0f7cda65b723e26df4fad5.tar.gz external_llvm-302ed2a3c10bd08dbd0f7cda65b723e26df4fad5.tar.bz2 |
Fix typeo, thanks to Duraid for pointing it out
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18400 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CFEBuildInstrs.html')
-rw-r--r-- | docs/CFEBuildInstrs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index c42132a..926e7ff 100644 --- a/docs/CFEBuildInstrs.html +++ b/docs/CFEBuildInstrs.html @@ -240,7 +240,7 @@ the <tt>llvm-ranlib</tt> tool to do this, as follows:</p> % cd $CFEINSTALL/lib % llvm-ranlib libiberty.a % llvm-ranlib libstdc++.a - % llvm-ranlib libsubc++.a + % llvm-ranlib libsupc++.a % cd $CFEINSTALL/lib/<i>target-triplet</i>/3.4-llvm % llvm-ranlib libgcc.a % llvm-ranlib libgcov.a |