search for: llvm_profile_display

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

2005 Nov 02
1
[LLVMdev] Runtime optimization and other doubts
...nit' /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 am also interested in knowing more about profile driven runtime optimizations on LLVM1.5.Is it already ava...