[PATCH] D38078: [dsymutil] Don't resolve DIE reference to NULL DIE.
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 20 08:31:28 PDT 2017
dblaikie added inline comments.
================
Comment at: test/tools/dsymutil/X86/null-die.s:4-10
+# CHECK: warning: could not find referenced DIE
+
+# We've modified the DW_AT_abstract_origin offset to reference a NULL DIE.
+#
+# Compile:
+# llvm-mc -triple x86_64-apple-darwin -filetype=obj -o null_die.o null_die.s
+# ld -arch x86_64 -macosx_version_min 10.13.0 -lSystem null_die.o -o null_die
----------------
This seems like a rather large test case for this small issue?
Repository:
rL LLVM
https://reviews.llvm.org/D38078
More information about the llvm-commits
mailing list