[clang] b210ebe - Fix test bot breakage from 9bb28a18d962e8f6e3fa8f48bd2c6dc183154d26

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed May 3 12:18:58 PDT 2023


Author: Aaron Ballman
Date: 2023-05-03T15:18:48-04:00
New Revision: b210ebe5c545ab566488d303788b1d12a91fc767

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

LOG: Fix test bot breakage from 9bb28a18d962e8f6e3fa8f48bd2c6dc183154d26

This addresses the issue found by:
https://lab.llvm.org/buildbot/#/builders/197/builds/4783
https://lab.llvm.org/buildbot/#/builders/188/builds/29201

Added: 
    

Modified: 
    clang/test/CodeGen/nullptr.c

Removed: 
    


################################################################################
diff  --git a/clang/test/CodeGen/nullptr.c b/clang/test/CodeGen/nullptr.c
index 0f541b723339..59ec0fd1906d 100644
--- a/clang/test/CodeGen/nullptr.c
+++ b/clang/test/CodeGen/nullptr.c
@@ -53,7 +53,7 @@ void test() {
   // CHECK: store ptr null, ptr %[[nullptr_t_from_int]], align 8
 
   // Calls
-  // CHECK: call void @bool_func(i1 noundef zeroext false)
+  // CHECK: call void @bool_func(i1 noundef {{zeroext?}} false)
   // CHECK: call void @nullptr_func(ptr null)
   // CHECK: call void @nullptr_func(ptr null)
   // CHECK: call void @nullptr_func(ptr null)


        


More information about the cfe-commits mailing list