Sign in
rust
/
rust-lang
/
llvm-project
/
e8a2ffcf322f45b8dce82c65ab27a3e2430a6b51
/
.
/
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