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