forked from OSchip/llvm-project
parent
bef1094ee7
commit
4ca630be18
|
@ -188,7 +188,6 @@ config.suffixes = ['.c', '.cc', '.cpp']
|
|||
if config.host_os == 'Darwin':
|
||||
config.suffixes.append('.mm')
|
||||
|
||||
# AddressSanitizer tests are currently supported on Linux, Darwin and
|
||||
# FreeBSD only.
|
||||
# Only run the tests on supported OSs.
|
||||
if config.host_os not in ['Linux', 'Darwin', 'FreeBSD', 'Windows']:
|
||||
config.unsupported = True
|
||||
|
|
Loading…
Reference in New Issue