search for: cc8ilaep

Displaying 1 result from an estimated 1 matches for "cc8ilaep".

2005 Nov 02
1
[LLVMdev] Runtime optimization and other doubts
...Now I am trying to generate static native code generation and then execute the native code program as: $opt -load ../../../mypass.so -myoption test.bc > test1.bc $llc -load ../../../mypass.so test1.bc -o test1.s $gcc test1.s -o test1.native -lpthread but now I get the following error /tmp/cc8ilAEp.o(.text+0x251): In function `main': : undefined reference to `llvm_profile_init' /tmp/cc8ilAEp.o(.text+0x26d): In function `main': : undefined reference to `llvm_method_entry' /tmp/cc8ilAEp.o(.text+0x39e): In function `main': : undefined reference to `llvm_method_exit'...