Displaying 1 result from an estimated 1 matches for "llvm_profile_init".
2005 Nov 02
1
[LLVMdev] Runtime optimization and other doubts
...he
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'
/tmp/cc8ilAEp.o(.text+0x3a3): In function `main':
: undefined reference to `llv...