search for: llvm_method_entry

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

2005 Nov 02
1
[LLVMdev] Runtime optimization and other doubts
..../../../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 `llvm_profile_display' collect2: ld returned 1 exit status $ I also tried with various gcc options lik...