repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Remove dependence on <ciso646>" (#126399)
[llvm-project.git]
/
compiler-rt
/
test
/
asan
/
TestCases
/
Windows
/
msvc
/
lit.local.cfg.py
blob
198945aab191f322d9fd88c8b65de1894e0a9ee2
1
import
re
2
3
if not
re
.
match
(
r
".*-windows-msvc$"
,
config
.
target_triple
):
4
config
.
unsupported
=
True