aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CFEBuildInstrs.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-14 22:07:29 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-14 22:07:29 +0000
commit201ddef2eaf2b9391b7cd1ae5de361b93c8c3ef7 (patch)
treefb85b8f2b44fe1640ba23efc7501a3c28da74340 /docs/CFEBuildInstrs.html
parent0ce8580fcd23839b69eb36af7b0cb789be4b2763 (diff)
downloadexternal_llvm-201ddef2eaf2b9391b7cd1ae5de361b93c8c3ef7.zip
external_llvm-201ddef2eaf2b9391b7cd1ae5de361b93c8c3ef7.tar.gz
external_llvm-201ddef2eaf2b9391b7cd1ae5de361b93c8c3ef7.tar.bz2
Correct documentation to reflect the change in location of the CFE runtime
libraries. They are now in $CFEINSTALL/lib not $CFEINSTALL/bytecode-lib. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18939 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CFEBuildInstrs.html')
-rw-r--r--docs/CFEBuildInstrs.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html
index 6fb989a..6513a9f 100644
--- a/docs/CFEBuildInstrs.html
+++ b/docs/CFEBuildInstrs.html
@@ -231,9 +231,9 @@ libgcc.a library, which you can find by running
These are the commands you need.</p>
<pre>
% gmake
- % mkdir $CFEINSTALL/bytecode-libs
+ % mkdir $CFEINSTALL/lib
% gmake -C runtime install-bytecode
- % setenv LLVM_LIB_SEARCH_PATH $CFEINSTALL/bytecode-libs
+ % setenv LLVM_LIB_SEARCH_PATH $CFEINSTALL/lib
</pre></li>
<li><p>Optionally, build a symbol table for the newly installed runtime