[llvm-commits] [patch] Fix for PR4429 cmake builds fails .so linking for symbols in ExecutionEngine JIT and Interpreter .o files.
Xerxes RĂ„nby
xerxes at zafena.se
Mon Jun 22 14:27:40 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=4429
When building with cmake ExecutionEngine JIT and Interpreter are still
generated as .o files.
This causes internal linking errors for icedtea6 libjvm.so when linking
launchers.
The patch solves this issue by letting cmake generate .a library files
instead for ExecutionEngine JIT and Interpreter.
configure builds already generates .a files so only cmake builds needs
to be fixed.
patch: http://llvm.org/bugs/attachment.cgi?id=3112
Cheers
Xerxes
More information about the llvm-commits
mailing list