From 201ddef2eaf2b9391b7cd1ae5de361b93c8c3ef7 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 14 Dec 2004 22:07:29 +0000 Subject: 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 --- docs/FAQ.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/FAQ.html') diff --git a/docs/FAQ.html b/docs/FAQ.html index e43e3b22a5..9db6cc7d18 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 -cfrontend/<platform>/llvm-gcc/bytecode-libs. If you've +cfrontend/<platform>/llvm-gcc/lib. If you've built your own LLVM GCC front end, then ensure that you've built and installed the libraries in llvm/runtime and have LLVM_LIB_SEARCH_PATH pointing -to the LLVMGCCDIR/bytecode-libs subdirectory. +to the $LLVMGCCDIR/lib subdirectory.

@@ -460,7 +460,7 @@ find libcrtend.a.

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 lib directory inside of the LLVM GCC distribution.

-- cgit v1.2.3-70-g09d2