Displaying 2 results from an estimated 2 matches for "xrkyweyj".
2016 Feb 09
2
CloneFunction during LTO leads to seg fault?
Hi Medhi,
Thanks for you reply. Here is the full output of -print-after-all [1]
and just the module itself after my pass[2].
I've looked over the IR, but I can't see anything obviously wrong.
I'm not sure what you meant by:
> You may want to try to add it at the end of the pipeline
My pass is the last one added inside populateLTOPassManager. Should I
add it to the
2016 Feb 11
2
CloneFunction during LTO leads to seg fault?
...form passes. Is there a work around aside from disabling inlining or making sure my pass runs before it? If this is a bug, I'd be happy to try to help fix it, but I'd need some guidance.
>
> Thanks,
> Scott
>
> [1] http://pastebin.com/z0sDd6Zp
> [2] http://pastebin.com/xRKYwEYj
> [3] http://pastebin.com/fbV3MUUb
> [4] https://github.com/llvm-mirror/llvm/blob/master/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp#L610
> [5] https://github.com/llvm-mirror/llvm/blob/master/lib/CodeGen/AsmPrinter/DwarfDebug.cpp#L369
>
> On 02/09/2016 02:03 PM, Scott A. Carr wrote:...