Multiple DW_TAG_compile_unit is not used, afaict, on any target.
authorDevang Patel <dpatel@apple.com>
Mon, 29 Jun 2009 20:38:13 +0000 (20:38 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 29 Jun 2009 20:38:13 +0000 (20:38 +0000)
commit70f44267501412662ca8fb716812df0f3d48191d
treed0e7c245880f268b9dd9576d6f729d4b310758d9
parent475839e9a97a0c0282e107d14fd1dc6e5f223435
Multiple DW_TAG_compile_unit is not used, afaict, on any target.

Update dwarf writer to only emit one DW_TAG_compile_unit per .o file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74449 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp