[PATCH] D74169: [WIP][LLD][ELF][DebugInfo] Remove obsolete debug info.
Alexey Lapshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 19 05:52:20 PDT 2020
avl updated this revision to Diff 258596.
avl added a comment.
allowed multi-threaded execution.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74169/new/
https://reviews.llvm.org/D74169
Files:
debuginfo-tests/CMakeLists.txt
debuginfo-tests/dwarflinker/Inputs/gc-debuginfo-main-lto.cpp
debuginfo-tests/dwarflinker/Inputs/gc-debuginfo-main.c
debuginfo-tests/dwarflinker/Inputs/gc-debuginfo-mod1-lto.cpp
debuginfo-tests/dwarflinker/Inputs/gc-debuginfo-mod1.c
debuginfo-tests/dwarflinker/Inputs/gc-debuginfo-mod2-lto.cpp
debuginfo-tests/dwarflinker/Inputs/gc-debuginfo-mod2.c
debuginfo-tests/dwarflinker/gc-debuginfo-lto.cpp
debuginfo-tests/dwarflinker/gc-debuginfo.c
debuginfo-tests/llgdb-tests/dwarflinker/Inputs/gc-debuginfo-mod1-lto.cpp
debuginfo-tests/llgdb-tests/dwarflinker/Inputs/gc-debuginfo-mod1.c
debuginfo-tests/llgdb-tests/dwarflinker/Inputs/gc-debuginfo-mod2.c
debuginfo-tests/llgdb-tests/dwarflinker/gc-debuginfo-lto.cpp
debuginfo-tests/llgdb-tests/dwarflinker/gc-debuginfo.c
lld/ELF/CMakeLists.txt
lld/ELF/Config.h
lld/ELF/DWARF.cpp
lld/ELF/DWARF.h
lld/ELF/Driver.cpp
lld/ELF/InputSection.cpp
lld/ELF/InputSection.h
lld/ELF/LLDDwarfLinker.cpp
lld/ELF/LLDDwarfLinker.h
lld/ELF/Options.td
lld/ELF/OutputSections.cpp
lld/ELF/OutputSections.h
lld/ELF/Relocations.cpp
lld/ELF/SyntheticSections.cpp
lld/ELF/SyntheticSections.h
lld/ELF/Writer.cpp
lld/ELF/Writer.h
lld/docs/ld.lld.1
lld/test/ELF/gc-debuginfo-cl-errors.s
lld/test/ELF/gc-debuginfo.test
llvm/include/llvm/DWARFLinker/DWARFLinker.h
llvm/include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h
llvm/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h
llvm/include/llvm/DebugInfo/DWARF/DWARFDie.h
llvm/include/llvm/MC/MCAsmInfo.h
llvm/include/llvm/Object/ObjectFile.h
llvm/lib/DWARFLinker/DWARFLinker.cpp
llvm/lib/DWARFLinker/DWARFLinkerCompileUnit.cpp
llvm/lib/DWARFLinker/DWARFLinkerDeclContext.cpp
llvm/lib/DWARFLinker/DWARFStreamer.cpp
llvm/lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
llvm/tools/dsymutil/DwarfLinkerForBinary.cpp
llvm/tools/dsymutil/DwarfLinkerForBinary.h
llvm/unittests/DebugInfo/DWARF/CMakeLists.txt
llvm/unittests/DebugInfo/DWARF/DWARFLinkerCompileUnit.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74169.258596.patch
Type: text/x-patch
Size: 96235 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200419/92a2c971/attachment-0001.bin>
More information about the llvm-commits
mailing list