xref
: /
llvm-project
/
llvm
/
test
/
tools
/
UpdateTestChecks
/
update_test_body
/
lit.local.cfg
(revision aacea0d0f67401f5a0b74947f3ff179ade9cbf6d)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
import platform
2
3
if
platform.system
() == "Windows":
4
config.unsupported
= True
5