Skip to main content
Product
Technology
Discover
Solutions
Docs
Downloads
Pricing
Search
/
Sign in
Sign up
brintos
/
llvm-project-archived
public
Read only
Watch
0
Star
0
Fork
0
Files
Commits
Issues
2
Discussions
0
Wiki
0
Insights
llvm-project-archived
/
compiler-rt
/
test
/
asan
/
TestCases
/
Windows
/
msvc
/
lit.local.cfg.py
Text
·
101 B
·
198945a
Raw
5 lines · python
1
import re
2
3
if not re.match(r".*-windows-msvc$", config.target_triple):
4
config.unsupported = True
5