[clang] 7ae1b76 - Fix ARM Sanitizer build

Kirill Stoimenov via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 30 16:33:44 PST 2023


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)


        


More information about the cfe-commits mailing list