xref: /llvm-project/llvm/test/tools/llvm-ar/invalid-option-X.test (revision 4f2cfbe5314b064625b2c87bde6ce5c8d04004c5)
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