Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/17.0-2023-12-14
/
.
/
llvm
/
test
/
tools
/
llvm-ar
/
invalid-option-X.test
blob: 76721d9c2e68e60634835bd2428a5593fa0f61b1 [
file
] [
log
] [
blame
] [
edit
]
# 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