[cfe-dev] LLVM-Gold-Plugin

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Jan 15 08:59:08 PST 2013


On 15 January 2013 11:42, Behrooz Shafiee <shafiee01 at gmail.com> wrote:
> I use LLVM generated bytecodes for KLEE which only works with LLVM 2.9!!
> I'm getting sick of these errors...

I don' remember what (if anything) changed about this since 2.9, but
on current trunk I have:

$ nm lib/LLVMgold.so | grep lto_codegen_set_cpu
                 U lto_codegen_set_cpu
$ nm  lib/libLTO.so  | grep lto_codegen_set_cpu
0000000000233c20 T lto_codegen_set_cpu

So the symbol is defined in libLTO.so. Is it missing in your libLTO.so?

Cheers,
Rafael



More information about the cfe-dev mailing list