Displaying 1 result from an estimated 1 matches for "llvm_method_exit".
2005 Nov 02
1
[LLVMdev] Runtime optimization and other doubts
...g 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 like -shared , -shared-libgcc , -L
to link my library mypass.so ,but nothing worked.How can I do this?
I...