[LLVMdev] Dynamic Profiling - Instrumentation basic query

SArora silkyar at umich.edu
Sun Jan 20 14:42:43 PST 2013


Hi Alastair,

You're right. I figured out that I wasn't linking the files properly.
Instead of using llvm-link command I used the following commands, and it
worked.

opt -load /x/ext_students/silkyar/llvm/Debug+Asserts/lib/cacheProf.so
-cacheProf a.bc>out.bc
llc out.bc -o out.s
g++ -o cache.exe out.s cacheSim.o
./cache.exe

Regards,
Silky



--
View this message in context: http://llvm.1065342.n5.nabble.com/Dynamic-Profiling-Instrumentation-basic-query-tp53611p53942.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.



More information about the llvm-dev mailing list