Add some first skeleton work for the DWARF5 Fission proposal. Emit
authorEric Christopher <echristo@gmail.com>
Fri, 30 Nov 2012 23:59:06 +0000 (23:59 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 30 Nov 2012 23:59:06 +0000 (23:59 +0000)
commit98e237fc69236f89ec35d6b69b264241af1e8107
treebb6a9903abc7065e94e96740f9f6bd806d434fbd
parent3e77747eba2173521d027033952b9a25785c7409
Add some first skeleton work for the DWARF5 Fission proposal. Emit
part of the compile unit CU and start separating out information into
the various sections that will be pulled out later.

WIP.

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