6 lines
260 B
Text
6 lines
260 B
Text
# UNSUPPORTED: system-aix
|
|
## Test the -X option is not supported on non-AIX os.
|
|
|
|
# RUN: not llvm-ranlib -X32 2>&1 | FileCheck --implicit-check-not="error:" --check-prefix=INVALID-X-OPTION %s
|
|
|
|
# INVALID-X-OPTION: error: -X32 option not supported on non AIX OS
|