summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit79e49cffb5e5ba7d94a8aac1ff6ff4ff34b0e4df (patch)
tree8f38ee01d01ec3c85791b77dd149fdc87a942413 /llvm/docs/CFEBuildInstrs.html
parent9ad0d55025563fa523c5fddd6d5152bfe09980e9 (diff)
downloadbcm5719-llvm-79e49cffb5e5ba7d94a8aac1ff6ff4ff34b0e4df.tar.gz
bcm5719-llvm-79e49cffb5e5ba7d94a8aac1ff6ff4ff34b0e4df.zip
Correct documentation to reflect the change in location of the CFE runtime
libraries. They are now in $CFEINSTALL/lib not $CFEINSTALL/bytecode-lib. llvm-svn: 18939
Diffstat (limited to 'llvm/docs/CFEBuildInstrs.html')
-rw-r--r--llvm/docs/CFEBuildInstrs.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CFEBuildInstrs.html b/llvm/docs/CFEBuildInstrs.html
index 6fb989a04d9..6513a9fdcac 100644
--- a/llvm/docs/CFEBuildInstrs.html
+++ b/llvm/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
OpenPOWER on IntegriCloud