Skip to content

Commit e009089

Browse files
authored
[compiler-rt][rtsan] Introduce RTSAN_OPTIONS and flags (#107174)
This matches much of the boilerplate found in the other sanitizers.
1 parent 79b79d5 commit e009089

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lit/TestingConfig.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def fromdefaults(litConfig):
4141
"LSAN_OPTIONS",
4242
"HWASAN_OPTIONS",
4343
"MSAN_OPTIONS",
44+
"RTSAN_OPTIONS",
4445
"TSAN_OPTIONS",
4546
"UBSAN_OPTIONS",
4647
"ADB",

lit/llvm/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def __init__(self, lit_config, config):
8383
"UBSAN_SYMBOLIZER_PATH" "ASAN_OPTIONS",
8484
"HWASAN_OPTIONS",
8585
"MSAN_OPTIONS",
86+
"RTSAN_OPTIONS",
8687
"TSAN_OPTIONS",
8788
"UBSAN_OPTIONS",
8889
]

0 commit comments

Comments
 (0)