Author: Kirill Stoimenov
Date: 2023-12-01T00:32:26Z
New Revision: 7ae1b76ed7271b2e86a3cda72d9e1fc63f4e5c48

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

LOG: Fix ARM Sanitizer build

Example: https://lab.llvm.org/buildbot/#/builders/239/builds/4709

Added: 
    

Modified: 
    clang/test/Index/initializer-memory.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/Index/initializer-memory.cpp 
b/clang/test/Index/initializer-memory.cpp
index da7344412576056..06e26d6fac73207 100644
--- a/clang/test/Index/initializer-memory.cpp
+++ b/clang/test/Index/initializer-memory.cpp
@@ -13,4 +13,4 @@ struct S {
 S data2[1000000] = {0};
 S data_empty_init2[1000000] = {};
 
-// CHECK: TOTAL = {{.*}} (0.{{.*}} MBytes)
+// CHECK: TOTAL = {{.*}} ({{0|1}}.{{.*}} MBytes)


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

Reply via email to