Fix debug_inlined section entries for routines whose names are changed through __asm...
authorDevang Patel <dpatel@apple.com>
Mon, 4 Jan 2010 23:04:36 +0000 (23:04 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 4 Jan 2010 23:04:36 +0000 (23:04 +0000)
commitba1d8264e65b37146dbc26c71c748b5c7020ae88
treee2d3174198eff99b3dafc9ed3b90690de7d90e9b
parent1d44df6afe6f9e722a8c7be4a0fbcd9163d9a379
Fix debug_inlined section entries for routines whose names are changed through __asm() extension.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92533 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
test/FrontendC/2010-01-05-LinkageName.c [new file with mode: 0644]