[PATCH] D33155: [DWARFv5] Support FORM_strp in the line table header
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 27 10:49:27 PDT 2017
aprantl added inline comments.
================
Comment at: llvm/test/DebugInfo/Inputs/dwarfdump-header-64.s:7
+# llvm-mc -triple x86_64-unknown-linux dwarfdump-header-64.s -filetype=obj \
+# -o dwarfdump-header-64.elf-x86-64
+
----------------
Why do we need/want to check in the binary? Could it just be generated on the fly?
It looks like this assembler file may be general enough to also assemble for am x86_64-apple-darwin triple so we could test Mach-O support, too?
https://reviews.llvm.org/D33155
More information about the llvm-commits
mailing list