r224262 - Update this testcase for the new metadata assembler syntax.
Adrian Prantl
aprantl at apple.com
Mon Dec 15 11:25:34 PST 2014
Author: adrian
Date: Mon Dec 15 13:25:33 2014
New Revision: 224262
URL: http://llvm.org/viewvc/llvm-project?rev=224262&view=rev
Log:
Update this testcase for the new metadata assembler syntax.
Modified:
cfe/trunk/test/CodeGen/debug-info-version.c
Modified: cfe/trunk/test/CodeGen/debug-info-version.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/debug-info-version.c?rev=224262&r1=224261&r2=224262&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/debug-info-version.c (original)
+++ cfe/trunk/test/CodeGen/debug-info-version.c Mon Dec 15 13:25:33 2014
@@ -5,4 +5,4 @@ int main (void) {
}
// CHECK: i32 2, !"Debug Info Version", i32 2}
-// NO_DEBUG-NOT: metadata !"Debug Info Version"
+// NO_DEBUG-NOT: !"Debug Info Version"
More information about the cfe-commits
mailing list