[PATCH] D43092: [DebugInfo] Prevent infinite recursion for malformed DWARF

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 8 15:06:44 PST 2018


aprantl added inline comments.


================
Comment at: llvm/test/tools/llvm-dwarfdump/X86/invalid_abstract_origin.s:17
+# RUN: llvm-mc %s -filetype obj -triple x86_64-apple-darwin -o - \
+# RUN:   | llvm-dwarfdump -debug-info - -o %t
+
----------------
Is there anything you could CHECK? Otherwise this will pass even if llvm-mc is returning empty output.


Repository:
  rL LLVM

https://reviews.llvm.org/D43092





More information about the llvm-commits mailing list