[PATCH] D82073: [ObjectYAML][ELF] Add support for emitting the .debug_info section.
Xing GUO via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 18 01:35:58 PDT 2020
Higuoxing marked an inline comment as done.
Higuoxing added inline comments.
================
Comment at: llvm/test/tools/yaml2obj/ELF/DWARF/debug-info.yaml:456
+
+## g) Test that all the properties can be overridden by the section header when
+## the "debug_info" entry exists.
----------------
In order not to bring too much difficulty. The common tests are very similar to the tests in other DWARF sections, except this one. The property of the `.debug_abbrev` section is overridden as well in this test.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82073/new/
https://reviews.llvm.org/D82073
More information about the llvm-commits
mailing list