Skip to content

Commit fb5c9e9

Browse files
author
git apple-llvm automerger
committed
Merge commit '64162b5dcc1c' from apple/stable/20210107 into swift/release/5.5
2 parents f5d5757 + 64162b5 commit fb5c9e9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

compiler-rt/test/sanitizer_common/ios_commands/iossim_run.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@
77
if not device_id:
88
raise EnvironmentError("Specify SANITIZER_IOSSIM_TEST_DEVICE_IDENTIFIER to select which simulator to use.")
99

10-
for e in ["ASAN_OPTIONS", "TSAN_OPTIONS", "UBSAN_OPTIONS", "APPLE_ASAN_INIT_FOR_DLOPEN", "ASAN_ACTIVATION_OPTIONS"]:
10+
for e in [
11+
"ASAN_OPTIONS",
12+
"TSAN_OPTIONS",
13+
"UBSAN_OPTIONS",
14+
"APPLE_ASAN_INIT_FOR_DLOPEN",
15+
"ASAN_ACTIVATION_OPTIONS",
16+
"MallocNanoZone",
17+
]:
1118
if e in os.environ:
1219
os.environ["SIMCTL_CHILD_" + e] = os.environ[e]
1320

0 commit comments

Comments
 (0)