xref
: /
llvm-project
/
clang
/
test
/
CodeGenObjCXX
/
lit.local.cfg
(revision dd3c26a045c081620375a878159f536758baba6e)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
if any(target in
config.target_triple
for target in ("aix", "zos")):
2
config.unsupported
= True
3