mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
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
This commit is contained in:
+3
-3
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user