[clang] 501b4fe - Fixed failing test

Dávid Bolvanský via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 19 22:11:59 PST 2021


Author: Dávid Bolvanský
Date: 2021-02-20T07:11:42+01:00
New Revision: 501b4fe4ed7f5de2ae00cbc9da87a5b1141ec47a

URL: https://github.com/llvm/llvm-project/commit/501b4fe4ed7f5de2ae00cbc9da87a5b1141ec47a
DIFF: https://github.com/llvm/llvm-project/commit/501b4fe4ed7f5de2ae00cbc9da87a5b1141ec47a.diff

LOG: Fixed failing test

Added: 
    

Modified: 
    clang/test/CodeGenObjC/disable-tail-call-escaping-block.m

Removed: 
    


################################################################################
diff  --git a/clang/test/CodeGenObjC/disable-tail-call-escaping-block.m b/clang/test/CodeGenObjC/disable-tail-call-escaping-block.m
index e8f5d6d329bb..82fcd49e1e44 100644
--- a/clang/test/CodeGenObjC/disable-tail-call-escaping-block.m
+++ b/clang/test/CodeGenObjC/disable-tail-call-escaping-block.m
@@ -17,7 +17,7 @@
 // CHECK: define internal void @[[TEST_BLOCK_INVOKE5]]({{.*}}) #[[DISABLEATTR]] {
 // CHECK: define internal void @[[TEST_BLOCK_INVOKE6]]({{.*}}) #[[ENABLEATTR]] {
 
-// CHECK: attributes #[[ENABLEATTR]] = {{{.*}}"disable-tail-calls"="false"{{.*}}}
+// CHECK-NOT: attributes #[[ENABLEATTR]] = {{{.*}}"disable-tail-calls"="false"{{.*}}}
 // CHECK: attributes #[[DISABLEATTR]] = {{{.*}}"disable-tail-calls"="true"{{.*}}}
 
 typedef void (^BlockTy)(void);


        


More information about the cfe-commits mailing list