Sign in
◑
Theme
llvm
/
llvm-project
/
34d5bcddcfd2f3fa3ce074e1be49fe4eae920f82
/
.
/
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"
]