Displaying 1 result from an estimated 1 matches for "libllvmoth".
Did you mean:
libllvmlto
2008 Jun 28
0
[LLVMdev] difficulties compiling LLVM with CMake
...et)
I also compile some of the tools, like "llc".
If I compile the libraries as static ones, then llc doesn't work
because it cannot find any registered targets. So I had to compile
them as shared libraries, but now I get a warning when linking
llvmother:
Linking CXX shared library libllvmother.so
/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../../i686-pc-linux-gnu/bin/ld:
warning: creating a DT_TEXTREL in object.
In this configuration the libraries and tools work, except that the
tools produce some error output before doing their job:
$ ./compiler/llvm/tools/llc/llc --version
<prema...