OSDN Git Service

Enable multiple Compile Units in one module.
authorDevang Patel <dpatel@apple.com>
Mon, 10 May 2010 22:49:55 +0000 (22:49 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 10 May 2010 22:49:55 +0000 (22:49 +0000)
commit163a9f7c5f545414506364a94689e22d59533fe6
treea933b49411b1ecbb61e99a2678579ae3b28571d3
parent071f73db4a0c3f7f00ef14d38af17f3c8d69827a
Enable multiple Compile Units in one module.
This means now 'llvm-ld a.bc b.bc' will preserve debug info appropriately.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103439 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h
test/DebugInfo/2010-05-10-MultipleCU.ll [new file with mode: 0644]