[PATCH] D78865: [DWARF5] Replace emission of strp with stx forms in debug_macro section
Sourabh Singh Tomar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 29 08:07:06 PDT 2020
SouraVX added a comment.
One more big win in `non-DWO` case is that switching to `strx` form will save a relocation per macro entry compared to the counter part `strp` form which uses relocation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78865/new/
https://reviews.llvm.org/D78865
More information about the llvm-commits
mailing list