[PATCH] D103486: [lld][WebAssemlby] Fix for string merging of -dwarf-5 sections
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 1 14:30:43 PDT 2021
dschuff accepted this revision.
dschuff added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lld/wasm/InputFiles.cpp:375
+ return sec.Name == ".debug_str" || sec.Name == ".debug_str.dwo" ||
+ sec.Name == ".debug_line_str";
}
----------------
I guess there is no .debug_line_str.dwo because the `.debug_line` section goes into the main executable, instead of a dwo file?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103486/new/
https://reviews.llvm.org/D103486
More information about the llvm-commits
mailing list