Sign in
llvm
/
llvm-project
/
ba767d0bbbde4107700ff66ecfd97eb75d85a35d
/
.
/
llvm
/
test
/
Examples
/
lit.local.cfg
blob: 78bbb3529f8c76b3597e2d9a0708e227a699afc5 [
file
]
if
not
config
.
include_examples
or
sys
.
platform
in
[
"win32"
,
"cygwin"
,
"aix"
]
or
"zos"
in
config
.
target_triple
:
config
.
unsupported
=
True
# Test discovery should ignore subdirectories that contain test inputs.
config
.
excludes
=
[
"Inputs"
]