Displaying 1 result from an estimated 1 matches for "llvmgcdir".
Did you mean:
llvmgccdir
2004 Dec 14
0
[LLVMdev] User visible changes to llvmgcc and runtime libraries
Hi all LLVM CVS users,
Recently, the LLVM makefiles have changed how runtime libraries are
handled for the C/C++ frontend. Please take the following steps
(assuming 'llvmgccdir' is whatever you normally pass to configure as the
--with-llvmgcdir option):
1. Go into your llvm/runtime directory, and run 'make install-bytecode'.
This will install runtime libraries into llvmgccdir/lib.
2. Remove the old 'bytecode-libs' directory from llvmgcc:
rm -rf llvmgccdir/bytecode-libs
3. Unset the LLVM_LIB_SEARCH_PATH environme...