[PATCH] D20002: Fix Bug 11740: Turn off -g when there are directive file debug info

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Thu May 5 16:32:34 PDT 2016


dblaikie added a subscriber: dblaikie.
dblaikie added a comment.

What about other pieces of the debug info (when generating debug info for assembly we generate labels at least, maybe other things?) - will they be appropriately disabled by the presence of existing debug info in the assembly?


================
Comment at: test/MC/AsmParser/directive_file-2.s:2
@@ +1,3 @@
+# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
+# RUN: llvm-mc -triple i386-unknown-unknown %s -filetype=null
+// Test for Bug 11740
----------------
What's this second run line for?


http://reviews.llvm.org/D20002





More information about the llvm-commits mailing list