search for: apr_proc_other_child_refresh_all

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

2011 Mar 25
1
[LLVMdev] Instrumentation with liblto and gold
...llvm::Instruction, Y = llvm::Value*]: Assertion `isa<X>(Val) && "cast<Ty>() argument of incompatible type!"' failed. Stack dump: 0. Running pass 'Function Pass Manager' on module 'ld-temp.o'. 1. Running pass 'Function pass' 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-gc...
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