summaryrefslogtreecommitdiffstats
path: root/llvm/docs/FAQ.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/FAQ.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/FAQ.html')
-rw-r--r--llvm/docs/FAQ.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/FAQ.html b/llvm/docs/FAQ.html
index e43e3b22a57..9db6cc7d182 100644
--- a/llvm/docs/FAQ.html
+++ b/llvm/docs/FAQ.html
@@ -364,10 +364,10 @@ environment variable does not contain the libcrtend.a library.
To fix it, verify that LLVM_LIB_SEARCH_PATH points to the correct directory
and that libcrtend.a is inside. For pre-built LLVM GCC front ends, this
should be the absolute path to
-<tt>cfrontend/&lt;<i>platform</i>&gt;/llvm-gcc/bytecode-libs</tt>. If you've
+<tt>cfrontend/&lt;<i>platform</i>&gt;/llvm-gcc/lib</tt>. If you've
built your own LLVM GCC front end, then ensure that you've built and installed
the libraries in <tt>llvm/runtime</tt> and have LLVM_LIB_SEARCH_PATH pointing
-to the <tt>LLVMGCCDIR/bytecode-libs</tt> subdirectory.
+to the <tt>$LLVMGCCDIR/lib</tt> subdirectory.
</p>
</div>
@@ -460,7 +460,7 @@ find libcrtend.a.
<p>
In order to find libcrtend.a, you must have the directory in which it lives in
your LLVM_LIB_SEARCH_PATH environment variable. For the binary distribution of
-the LLVM GCC front end, this will be the full path of the bytecode-libs
+the LLVM GCC front end, this will be the full path of the <tt>lib</tt>
directory inside of the LLVM GCC distribution.
</p>
</div>
OpenPOWER on IntegriCloud