[LLVMdev] BYTECODE_LIBRARY warning
Hassan, Ahmad
ahmad.hassan at sap.com
Wed Jan 9 02:45:24 PST 2013
Hi,
I compiled LLVM with debug symbols as:
./configure --enable-profiling --enable-assertions --enable-expensive-checks --enable-debug-runtime --enable-debug-symbols
make ENABLE_OPTIMIZED=0
But now if I use 'BYTECODE_LIBRARY=1' in my llvm pass Makefile then I get the following warning:
/data/ahmad/llvm/llvm31/Makefile.rules:1273: Bytecode libraries require LLVM capable compiler but none is available ****
Although I put clang in llvm/tools. This warning doesn't appear when I compile llvm in non-debug mode.
Cheers,
Ahmad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130109/6eadc02e/attachment.html>
More information about the llvm-dev
mailing list