repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-ar
/
invalid-option-X.test
blob
76721d9c2e68e60634835bd2428a5593fa0f61b1
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