[PATCH] D74169: [WIP][LLD][ELF][DebugInfo] Remove obsolete debug info.
Alexey Lapshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 9 10:33:21 PDT 2020
avl updated this revision to Diff 256333.
avl added a comment.
Herald added subscribers: dexonsmith, steven_wu.
addressed comments:
added test for -flto case.
resolved style issues.
I did not change isDebug bit yet. would make it with separate review.
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.c
debuginfo-tests/llgdb-tests/dwarflinker/Inputs/gc-debuginfo-mod2.c
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/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/MC/MCAsmInfo.h
llvm/include/llvm/Object/ObjectFile.h
llvm/lib/DWARFLinker/DWARFLinker.cpp
llvm/lib/DWARFLinker/DWARFLinkerCompileUnit.cpp
llvm/lib/DWARFLinker/DWARFStreamer.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.256333.patch
Type: text/x-patch
Size: 76197 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200409/4923a271/attachment.bin>
More information about the llvm-commits
mailing list