Displaying 2 results from an estimated 2 matches for "lampprofiling".
2008 Jul 17
2
[LLVMdev] Pass Added as Required fails assert
...achine but not another?
Thanks,
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080717/3cff2b0e/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: LAMPProfiling.cpp
Type: text/x-c++src
Size: 6697 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080717/3cff2b0e/attachment.cpp>
2008 Jul 17
0
[LLVMdev] Pass Added as Required fails assert
...rogram
that has other functions prior to the main function. It only fails in this
manner when main is the first (or only) function in the source file.
Debugging information:
Breakpoint 2, getAnalysisUsage (this=0x88072c8, AU=@0xbfa352f8) at
/home/pprabhu/llvm/llvm/lib/Transforms/Instrumentation/LAMPProfiling.cpp:93
93 AU.addRequired<LdStCallCounter>();
(gdb) c
Continuing.
Breakpoint 2, getAnalysisUsage (this=0x88072c8, AU=@0xbfa350b4) at
/home/pprabhu/llvm/llvm/lib/Transforms/Instrumentation/LAMPProfiling.cpp:93
93 AU.addRequired<LdStCallCounter>();
(gdb) c
Co...