[llvm-commits] [llvm] r157541 - in /llvm/trunk: lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp test/DebugInfo/X86/pr12831.ll
Eric Christopher
echristo at apple.com
Sun May 27 12:03:18 PDT 2012
Nice catch. Thanks.
Sent from my iPhone
On May 27, 2012, at 11:36 AM, Peter Collingbourne <peter at pcc.me.uk> wrote:
> Have getOrCreateSubprogramDIE store the DIE for a subprogram
> definition in the map before calling itself to retrieve the
> DIE for the declaration. Without this change, if this causes
> getOrCreateSubprogramDIE to be recursively called on the definition,
> it will create multiple DIEs for that definition. Fixes PR12831
More information about the llvm-commits
mailing list