search for: rdsamplecode

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

2012 Nov 24
1
[LLVMdev] profiling basic block frequency in LLVM3.1
...n.   Please, anyone help me to figure out where I'm doing wrong? ---------------------------------------------------------------------------------------------------------------------------------------------- Following commands are used for this profiling.   rdpatel55 at ubuntu:~/RDPATEL/LLVM3.1/RDSampleCode/test$ clang -O0 -emit-llvm -c -otest1.o test1.c rdpatel55 at ubuntu:~/RDPATEL/LLVM3.1/RDSampleCode/test$ opt -disable-opt -insert-edge-profiling -o test1.o.inst test1.o rdpatel55 at ubuntu:~/RDPATEL/LLVM3.1/RDSampleCode/test$ lli -O0 -fake-argv0 'test1.o' -load /home/rdpatel55/RDPATEL/LLVM3...