[PATCH] D83853: [DWARFYAML] Implement the .debug_str_offsets section.
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 15 03:19:12 PDT 2020
jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: llvm/test/tools/yaml2obj/ELF/DWARF/debug-str-offsets.yaml:124-128
+# RUN: llvm-readobj --sections --section-data %t4.o | \
+# RUN: FileCheck -DSIZE=0 -DADDRALIGN=1 %s --check-prefixes=SHDR,EMPTY-CONTENT
+
+# EMPTY-CONTENT-NEXT: SectionData (
+# EMPTY-CONTENT-NEXT: )
----------------
Nice solution!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83853/new/
https://reviews.llvm.org/D83853
More information about the llvm-commits
mailing list