[PATCH] D14848: Add -disable-llvm-passes for frontend debug info tests.

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 19 16:58:51 PST 2015


dblaikie added a comment.

Welcome to commit this sort of thing without pre-commit review (though if you want review it should go to cfe-commits rather than llvm-commits)


================
Comment at: test/CodeGen/debug-info-scope.c:14
@@ -13,3 @@
-// GMLT: !DILexicalBlockFile({{.*}}, discriminator: 2)
-// Make sure we don't have any more lexical blocks because we don't need them in
-// -gmlt.
----------------
I imagine we want to preserve this comment - I guess that's what this test looked like before discriminators were added to it?


http://reviews.llvm.org/D14848





More information about the llvm-commits mailing list