This patch makes the debug_addr section optional. When an empty
debug_addr section is specified, yaml2obj only emits a section header
for it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, with nit.
llvm/test/tools/yaml2obj/ELF/DWARF/debug-addr.yaml | ||
---|---|---|
639 | I think you can drop --section-data from this line, right? |
Comment Actions
Address review comment.
llvm/test/tools/yaml2obj/ELF/DWARF/debug-addr.yaml | ||
---|---|---|
639 | Yes, thanks! |
I think you can drop --section-data from this line, right?