Author: adrian
Date: Wed Mar 13 11:14:44 2013
New Revision: 176954

URL: http://llvm.org/viewvc/llvm-project?rev=176954&view=rev
Log:
relax check to allow for attributes (fix buildbot for elf-ppc64)

Modified:
    cfe/trunk/test/CodeGenCXX/debug-info-same-line.cpp

Modified: cfe/trunk/test/CodeGenCXX/debug-info-same-line.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-same-line.cpp?rev=176954&r1=176953&r2=176954&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/debug-info-same-line.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/debug-info-same-line.cpp Wed Mar 13 11:14:44 2013
@@ -55,7 +55,7 @@ main(int argc, char const *argv[])
     return 0;
 }
 
-// CHECK: define i32 @_Z3fooii(i32 %i, i32 %j)
+// CHECK: define {{.*}} @_Z3fooii
 // i
 // CHECK: call void @llvm.dbg.declare
 // j


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to