search for: _zn6testerd1ev

Displaying 4 results from an estimated 4 matches for "_zn6testerd1ev".

Did you mean: _zn6testerc1ev
2011 Jun 15
2
[LLVMdev] Difficulties in using gold plugin. (
Executing nm --plugin /usr/lib/bfd-plugins/LLVMgold.so test.a Gives: 00000000 W _ZN6tester4dumpEv 00000000 W _ZN6tester7readArgEPc 00000000 W _ZN6testerC1Ev 00000000 W _ZN6testerD1Ev And and more entries Without the plugin command "File format not recognized". So it seems like nm is using the plugin. Istvan
2011 Jun 15
0
[LLVMdev] Difficulties in using gold plugin. ("ar" not working properly)
On 11-06-15 09:03 AM, Istvan Haller wrote: > Dear all, > I'm trying to use the gold plugin to make it easier to generate LLVM bitcode > from complex applications. I did the steps mentioned on > "http://llvm.org/docs/GoldPlugin.html". Both linking and LLVM generation seem to > work properly, however when using the tool ar, the symbol table is lost. "no > archive
2011 Jun 15
0
[LLVMdev] Difficulties in using gold plugin. (
On 11-06-15 03:32 PM, Istvan Haller wrote: > Executing > nm --plugin /usr/lib/bfd-plugins/LLVMgold.so test.a > Gives: > 00000000 W _ZN6tester4dumpEv > 00000000 W _ZN6tester7readArgEPc > 00000000 W _ZN6testerC1Ev > 00000000 W _ZN6testerD1Ev > And and more entries > Without the plugin command "File format not recognized". > > So it seems like nm is using the plugin. But only if explicitly told to do so. It should search the bfd-plugins directory automatically. Is the nm you are using installed in /usr/bin? >...
2011 Jun 15
2
[LLVMdev] Difficulties in using gold plugin. ("ar" not working properly)
Dear all, I'm trying to use the gold plugin to make it easier to generate LLVM bitcode from complex applications. I did the steps mentioned on "http://llvm.org/docs/GoldPlugin.html". Both linking and LLVM generation seem to work properly, however when using the tool ar, the symbol table is lost. "no archive symbol table (run ranlib)". I'm using LLVM 2.9, Ubuntu 10.10,