xref
: /
dports
/
devel
/
llvm-devel
/
llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120
/
clang
/
test
/
CodeGenObjCXX
/
lit.local.cfg
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