Displaying 3 results from an estimated 3 matches for "apr_cpystrn".
2011 Mar 25
1
[LLVMdev] Instrumentation with liblto and gold
...srclib/apr/libtool --silent
--mode=link llvm-gcc -use-gold-plugin -pthread -O4 -DHAVE_CONFIG_H -DLINUX=2
-D_REENTRANT -D_GNU_SOURCE -I./include -I../include -version-info 9:5:9
-L/home/sangmin/Dropbox/Falcon/bin/ -ldummy -o libapr-0.la -rpath
/home/sangmin/Concurrency/apache-25520-llvm//lib strings/apr_cpystrn.lo
strings/apr_fnmatch.lo strings/apr_snprintf.lo <skip>
collect2: ld terminated with signal 6 [Aborted]
ld:
/home/sangmin/Dropbox/Falcon/src/llvm-2.7/include/llvm/Support/Casting.h:200:
typename llvm::cast_retty<To, From>::ret_type llvm::cast(const Y&) [with X =
llvm::Instruction,...
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