Sign in
llvm
/
llvm-project
/
516dd2b70b632b51cf19a342503d2d8e8c5d7dd2
/
.
/
llvm
/
test
/
tools
/
llvm-ar
/
invalid-option-X.test
blob: 76721d9c2e68e60634835bd2428a5593fa0f61b1 [
file
] [
log
] [
blame
]
# REQUIRES: !system-aix
## Test that the -X option is not supported on non-AIX OS.
# RUN: not llvm-ar -q -X32 %t.a xcoff32.o 2>&1 | FileCheck %s
# CHECK: error: -X32 option not supported on non AIX OS