]> granicus.if.org Git - clang/commitdiff
Slacken the norecurse test slightly
authorJames Molloy <james.molloy@arm.com>
Fri, 13 Nov 2015 17:29:18 +0000 (17:29 +0000)
committerJames Molloy <james.molloy@arm.com>
Fri, 13 Nov 2015 17:29:18 +0000 (17:29 +0000)
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@253055 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/main-norecurse.cpp

index 17d5ba895147b732e1dadcf694cacd4a3f33d26e..0f3640260962aeffad34f966505c9facd4fa9b47 100644 (file)
@@ -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;
 }