search for: conf_to_src

Displaying 3 results from an estimated 3 matches for "conf_to_src".

2011 Mar 25
1
[LLVMdev] Instrumentation with liblto and gold
...s' on function '@apr_proc_other_child_refresh_all' Compile error (mysql): ake[2]: Entering directory `/home/sangmin/Concurrency/mysql/libmysql' /bin/bash ../libtool --mode=link llvm-gcc -use-gold-plugin -O3 -DDBUG_OFF -O4 -L/home/sangmin/Dropbox/Falcon/bin/ -ldummy -rdynamic -o conf_to_src conf_to_src.o -lz -lcrypt -lnsl -lm llvm-gcc -use-gold-plugin -O3 -DDBUG_OFF -O4 -rdynamic -o conf_to_src conf_to_src.o -L/home/sangmin/Dropbox/Falcon/bin/ -ldummy -lz -lcrypt -lnsl -lm collect2: ld terminated with signal 6 [Aborted] ld: /home/sangmin/Dropbox/Falcon/src/llvm-2.7/include/llvm/Sup...
2011 Mar 24
0
[LLVMdev] Instrumentation with liblto and gold
On 3/24/11 6:23 PM, Sangmin Park wrote: > Hi, > > I need advice in instrumenting programs using liblto and gold plugin. > Specifically, I added my pass in tools/lto/LTOCodeGenerator.cpp. > My pass inserts functions (myLoad and myStore) for some load and store > instructions. > The functions exist in a library file. > > I found that the approach works for the example in
2011 Mar 24
2
[LLVMdev] Instrumentation with liblto and gold
Hi, I need advice in instrumenting programs using liblto and gold plugin. Specifically, I added my pass in tools/lto/LTOCodeGenerator.cpp. My pass inserts functions (myLoad and myStore) for some load and store instructions. The functions exist in a library file. I found that the approach works for the example in the link: http://llvm.org/docs/GoldPlugin.html $ llvm-gcc -flto a.c -c -o a.o $ ar q