Author: jamesm
Date: Fri Nov 13 11:29:18 2015
New Revision: 253055

URL: http://llvm.org/viewvc/llvm-project?rev=253055&view=rev
Log:
Slacken the norecurse test slightly

It has been reported that this test currently fails on some Power buildbots due 
to them adding a "signext" function attribute.

As that's not what we're checking here, slacken off the test a bit.

Modified:
    cfe/trunk/test/CodeGenCXX/main-norecurse.cpp

Modified: cfe/trunk/test/CodeGenCXX/main-norecurse.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/main-norecurse.cpp?rev=253055&r1=253054&r2=253055&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/main-norecurse.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/main-norecurse.cpp Fri Nov 13 11:29:18 2015
@@ -1,6 +1,6 @@
 // RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
 
-// CHECK: define i{{.*}} @main({{.*}}) #0
+// CHECK: define {{.*}} @main({{.*}}) #0
 int main(int argc, char **argv) {
     return 1;
 }


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to