[PATCH] D35004: [DWARF] - Add API to allow DWARFContextInMemory to delegate relocations handling to client.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 5 04:35:37 PDT 2017
grimar added a comment.
LLD patch where it is used is: https://reviews.llvm.org/D35005.
This patch also may be useful if client wants just to skip relocations proccessing for
particular sections. For example we do not need to proccess relocations for .debug_line when building
.gdb_index, patch allows to ignore this section.
https://reviews.llvm.org/D35004
More information about the llvm-commits
mailing list