AIX and z/OS lack Objective-C support, so mark these tests as unsupported for AIX and z/OS. Reviewed By: jsji Differential Revision: https://reviews.llvm.org/D109060
3 lines
97 B
INI
3 lines
97 B
INI
if any(target in config.target_triple for target in ('aix', 'zos')):
|
|
config.unsupported = True
|