[llvm] r225017 - Generalize test case to handle different asm syntax (# or // comments)

David Blaikie dblaikie at gmail.com
Tue Dec 30 15:21:57 PST 2014


Author: dblaikie
Date: Tue Dec 30 17:21:57 2014
New Revision: 225017

URL: http://llvm.org/viewvc/llvm-project?rev=225017&view=rev
Log:
Generalize test case to handle different asm syntax (# or // comments)

Modified:
    llvm/trunk/test/DebugInfo/multiline.ll

Modified: llvm/trunk/test/DebugInfo/multiline.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/multiline.ll?rev=225017&r1=225016&r2=225017&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/multiline.ll (original)
+++ llvm/trunk/test/DebugInfo/multiline.ll Tue Dec 30 17:21:57 2014
@@ -12,21 +12,21 @@
 ; }
 
 
-; CHECK: .loc	1 2 0 #
+; CHECK: .loc	1 2 0 {{#|//}}
 ; CHECK-NOT: .loc
-; CHECK: .loc	1 3 3 prologue_end #
+; CHECK: .loc	1 3 3 prologue_end {{#|//}}
 ; CHECK-NOT: .loc
-; CHECK: .loc	1 3 9 is_stmt 0 #
+; CHECK: .loc	1 3 9 is_stmt 0 {{#|//}}
 ; CHECK-NOT: .loc
-; CHECK: .loc	1 3 15 #
+; CHECK: .loc	1 3 15 {{#|//}}
 ; CHECK-NOT: .loc
-; CHECK: .loc	1 4 3 is_stmt 1 #
+; CHECK: .loc	1 4 3 is_stmt 1 {{#|//}}
 ; CHECK-NOT: .loc
-; CHECK: .loc	1 4 9 is_stmt 0 #
+; CHECK: .loc	1 4 9 is_stmt 0 {{#|//}}
 ; CHECK-NOT: .loc
-; CHECK: .loc	1 4 15 #
+; CHECK: .loc	1 4 15 {{#|//}}
 ; CHECK-NOT: .loc
-; CHECK: .loc	1 5 1 is_stmt 1 #
+; CHECK: .loc	1 5 1 is_stmt 1 {{#|//}}
 
 ; INT: {{^}}Address
 ; INT: -----





More information about the llvm-commits mailing list