DebugInfo: Implement debug_rnglists.dwo
authorDavid Blaikie <dblaikie@gmail.com>
Sat, 20 Oct 2018 08:12:36 +0000 (08:12 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sat, 20 Oct 2018 08:12:36 +0000 (08:12 +0000)
commit32e09de91c216facfe782d0a4691a17b5500ace6
tree0e1788fba5b513a74d5fd220f458eacde41e0309
parentc4af8bf29fe0f413229f67909cfeb0a427afcd67
DebugInfo: Implement debug_rnglists.dwo

Save space/relocations in .o files by keeping dwo ranges in the dwo
file rather than the .o file.

llvm-svn: 344837
llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
llvm/test/DebugInfo/X86/split-dwarf-v5-ranges.ll [new file with mode: 0644]