Fix ARM Sanitizer build

Example: https://lab.llvm.org/buildbot/#/builders/239/builds/4709
This commit is contained in:
Kirill Stoimenov 2023-12-01 00:32:26 +00:00
parent b8b2a279d0
commit 7ae1b76ed7

View File

@ -13,4 +13,4 @@ struct S {
S data2[1000000] = {0};
S data_empty_init2[1000000] = {};
// CHECK: TOTAL = {{.*}} (0.{{.*}} MBytes)
// CHECK: TOTAL = {{.*}} ({{0|1}}.{{.*}} MBytes)