Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / llvm-ar / invalid-option-X.test
blob76721d9c2e68e60634835bd2428a5593fa0f61b1
1 # REQUIRES: !system-aix
2 ## Test that the -X option is not supported on non-AIX OS. 
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