Sign in
llvm
/
llvm-project.git
/
refs/heads/main
/
.
/
llvm
/
test
/
Examples
/
lit.local.cfg
blob: 7ba76509398aba45b72fb0db858e29fafd54590e [
file
] [
log
] [
blame
] [
edit
]
if
not
config
.
include_examples
or
sys
.
platform
in
[
"win32"
,
"cygwin"
,
"aix"
]:
config
.
unsupported
=
True
# Test discovery should ignore subdirectories that contain test inputs.
config
.
excludes
=
[
"Inputs"
]