diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-14 22:07:29 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-14 22:07:29 +0000 |
commit | 201ddef2eaf2b9391b7cd1ae5de361b93c8c3ef7 (patch) | |
tree | fb85b8f2b44fe1640ba23efc7501a3c28da74340 /docs/FAQ.html | |
parent | 0ce8580fcd23839b69eb36af7b0cb789be4b2763 (diff) | |
download | external_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/FAQ.html')
-rw-r--r-- | docs/FAQ.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/FAQ.html b/docs/FAQ.html index e43e3b2..9db6cc7 100644 --- a/docs/FAQ.html +++ b/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/<<i>platform</i>>/llvm-gcc/bytecode-libs</tt>. If you've +<tt>cfrontend/<<i>platform</i>>/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> |