File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
compiler-rt/test/sanitizer_common Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ set(SANITIZER_COMMON_TESTSUITES)
77# FIXME(dliew): We should switch to COMPILER_RT_SANITIZERS_TO_BUILD instead of
88# the hard coded `SUPPORTED_TOOLS_INIT` list once we know that the other
99# sanitizers work.
10- set (SUPPORTED_TOOLS_INIT asan lsan hwasan msan radsan tsan ubsan)
10+ set (SUPPORTED_TOOLS_INIT asan lsan hwasan msan tsan ubsan)
1111set (SUPPORTED_TOOLS)
1212 foreach (SANITIZER_TOOL ${SUPPORTED_TOOLS_INIT} )
1313 string (TOUPPER ${SANITIZER_TOOL} SANITIZER_TOOL_UPPER)
Original file line number Diff line number Diff line change 1818 tool_options = "HWASAN_OPTIONS"
1919 if not config .has_lld :
2020 config .unsupported = True
21- elif config .tool_name == "radsan" :
22- tool_cflags = ["-fsanitize=realtime" ]
23- tool_options = "RADSAN_OPTIONS"
2421elif config .tool_name == "tsan" :
2522 tool_cflags = ["-fsanitize=thread" ]
2623 tool_options = "TSAN_OPTIONS"
You can’t perform that action at this time.
0 commit comments