search for: 27aaa15c

Displaying 2 results from an estimated 2 matches for "27aaa15c".

2011 May 11
0
[LLVMdev] Path profiling command
...om the same build as the version of opt that you are using to instrument the code. If those versions match then code is most likely broken. Cheers, Andi -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110510/27aaa15c/attachment.html>
2011 May 09
4
[LLVMdev] Path profiling command
Hi members, I am a LLVM newbee. I am working in path profiling. I got an error message when reading the path profile data I made a sample source named foo.c The command chain to make llvm path profiling as follows: 1. Compile to LLVM Bitcode llvm-gcc –emit-llvm foo.c –c –o foo.bc 2. Insert Path Instruments opt –insert-path-profiling foo.bc –o foo_path.bc 3. Link with profile