[PATCH] D58698: [DWARFFormValue] Don't consider DW_FORM_data4/8 to be section offsets.
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 26 14:30:35 PST 2019
aprantl added inline comments.
================
Comment at: llvm/test/tools/llvm-dwarfdump/X86/formclass2.s:14
+# RUN: llvm-mc %s -filetype obj -triple x86_64-apple-darwin -o %t.o
+# RUN: llvm-dwarfdump -debug-info %t.o | FileCheck %s
+
----------------
`--name g` ?
================
Comment at: llvm/test/tools/llvm-dwarfdump/X86/formclass2.s:382
+ .long -1 ## Bucket 0
+ .section __DWARF,__apple_types,regular,debug
+Ltypes_begin:
----------------
Should we just drop the apple types section from the assembler input?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58698/new/
https://reviews.llvm.org/D58698
More information about the llvm-commits
mailing list