1# REQUIRES: !system-aix 2## Test that the -X option is not supported on non-AIX OS. 3 4# RUN: not llvm-ar -q -X32 %t.a xcoff32.o 2>&1 | FileCheck %s 5# CHECK: error: -X32 option not supported on non AIX OS 6