search for: llvm_install_root

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

2012 Nov 24
1
[LLVMdev] profiling basic block frequency in LLVM3.1
...st$ 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.1/LLVM_INSTALL_ROOT/lib/libprofile_rt.so test1.o.inst Max. Num. is : 1234 (This is the o/p of the program) rdpatel55 at ubuntu:~/RDPATEL/LLVM3.1/RDSampleCode/test$ llvm-prof --print-all-code test1.o.inst > bb_all.txt ---------------------------------------------------------------------------------------------------...