bolt/deps/llvm-18.1.8/compiler-rt/test/asan/TestCases/Windows/msvc/lit.local.cfg.py
2025-02-14 19:21:04 +01:00

4 lines
101 B
Python

import re
if not re.match(r".*-windows-msvc$", config.target_triple):
config.unsupported = True