OSDN Git Service

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)
commit9d207e6821d69aaa104f854aacb3140837e36637
treecf11f619463fa680f00f785a38294a57c584658b
parent9a16d2deaa0aa55126cc1fb7fc7b7fda93152fbe
DebugInfo: Implement debug_rnglists.dwo

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@344837 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
test/DebugInfo/X86/split-dwarf-v5-ranges.ll [new file with mode: 0644]