[PATCH] D81820: [ObjectYAML][ELF] Add support for emitting the .debug_abbrev section.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 15 02:09:22 PDT 2020


grimar added a comment.

Should it have all 32/64 LE/BE set of tests?



================
Comment at: llvm/test/tools/yaml2obj/ELF/DWARF/debug-abbrev.yaml:206
+  - Name:         .debug_abbrev
+    Type:         SHT_STRTAB  # SHT_PROGBITS by default.
+    Flags:        [SHF_ALLOC] # 0 by default.
----------------
```
# -> ##?
```


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81820/new/

https://reviews.llvm.org/D81820





More information about the llvm-commits mailing list