[PATCH] D86539: [WIP][Debuginfo] dsymutil-like tool for ELF.
Alexey Lapshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 25 07:04:57 PDT 2020
avl created this revision.
avl added reviewers: aprantl, JDevlieghere, dblaikie, echristo, probinson, jhenderson.
avl added projects: LLVM, debug-info.
Herald added subscribers: s.egerton, jfb, dexonsmith, steven_wu, simoncook, fedor.sergeev, hiraditya, mgorny, emaste.
Herald added a reviewer: espindola.
Herald added a reviewer: alexshap.
avl requested review of this revision.
That patch is not for immediate integration. That is presented
as an illustration for the proposal "dsymutil-like tool for ELF".
It demonstrates the idea of implementation.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D86539
Files:
debuginfo-tests/CMakeLists.txt
debuginfo-tests/dwarflinker/Inputs/empty-main.cpp
debuginfo-tests/dwarflinker/Inputs/full-main.cpp
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/Inputs/odr-foo.cpp
debuginfo-tests/dwarflinker/Inputs/odr-main.cpp
debuginfo-tests/dwarflinker/Inputs/struct.h
debuginfo-tests/dwarflinker/full.cpp
debuginfo-tests/dwarflinker/gc-debuginfo.c
debuginfo-tests/dwarflinker/odr.cpp
llvm/include/llvm/DWARFLinker/DWARFLinker.h
llvm/include/llvm/MC/MCAsmInfo.h
llvm/include/llvm/MC/MCObjectFileInfo.h
llvm/include/llvm/ObjectCopy/Buffer.h
llvm/include/llvm/ObjectCopy/CopyConfig.h
llvm/include/llvm/ObjectCopy/ELF/ELFConfig.h
llvm/include/llvm/ObjectCopy/ELF/ELFObjcopy.h
llvm/include/llvm/ObjectCopy/ELF/Object.h
llvm/lib/CMakeLists.txt
llvm/lib/DWARFLinker/DWARFLinker.cpp
llvm/lib/DWARFLinker/DWARFStreamer.cpp
llvm/lib/LLVMBuild.txt
llvm/lib/ObjectCopy/Buffer.cpp
llvm/lib/ObjectCopy/CMakeLists.txt
llvm/lib/ObjectCopy/CopyConfig.cpp
llvm/lib/ObjectCopy/ELF/ELFConfig.cpp
llvm/lib/ObjectCopy/ELF/ELFObjcopy.cpp
llvm/lib/ObjectCopy/ELF/Object.cpp
llvm/lib/ObjectCopy/LLVMBuild.txt
llvm/tools/dsymutil/DwarfLinkerForBinary.cpp
llvm/tools/dsymutil/DwarfLinkerForBinary.h
llvm/tools/llvm-dwarfutil/CMakeLists.txt
llvm/tools/llvm-dwarfutil/DebugInfoLinker.cpp
llvm/tools/llvm-dwarfutil/DebugInfoLinker.h
llvm/tools/llvm-dwarfutil/Error.h
llvm/tools/llvm-dwarfutil/Options.h
llvm/tools/llvm-dwarfutil/llvm-dwarfutil.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86539.287657.patch
Type: text/x-patch
Size: 241968 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200825/230dcb10/attachment-0001.bin>
More information about the llvm-commits
mailing list