[PATCH] D26283: [ELF] - Partial support of --gdb-index command line option (Part 3).
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 3 09:04:56 PDT 2016
grimar created this revision.
grimar added reviewers: ruiu, rafael, aprantl, dblaikie, echristo.
grimar added subscribers: davide, evgeny777, grimar, llvm-commits.
Herald added a subscriber: mehdi_amini.
Patch continues work started in https://reviews.llvm.org/D24706 and https://reviews.llvm.org/D25821.
in this patch symbol table and constant pool areas were
added to .gdb_index section output.
Together with https://reviews.llvm.org/D25821 it should finish
the --gdb-index implementation in LLD.
(it is independent and can be committed/reviewed separatelly).
https://reviews.llvm.org/D26283
Files:
ELF/GdbIndex.cpp
ELF/GdbIndex.h
ELF/OutputSections.cpp
ELF/OutputSections.h
test/ELF/gdb-index.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26283.76868.patch
Type: text/x-patch
Size: 13912 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161103/9cd39b2c/attachment.bin>
More information about the llvm-commits
mailing list