If multiple compile units are seen then emit them independently. In other words,...
authorDevang Patel <dpatel@apple.com>
Mon, 12 Jan 2009 23:05:55 +0000 (23:05 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 12 Jan 2009 23:05:55 +0000 (23:05 +0000)
commit72b663575f670050f329b78ac0de34476fbae66f
tree48bc8b83287dca4b39eac3f1ec90c7b82099bba0
parentf6bac3e4bd9502266dab49eef26266a092e8c85b
If multiple compile units are seen then emit them independently. In other words, do not force all DIEs into first, whatever it is, compile unit.

Note, multiple compile unit support is not well tested (it did not work correctly until now anyway.)

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