brintos

brintos / llvm-project-archived public Read only

0
0
Text · 260 B · 537fe09 Raw
7 lines · plain
1# UNSUPPORTED: system-aix2## Test the -X option is not supported on non-AIX os.3 4# RUN: not llvm-ranlib -X32 2>&1 | FileCheck --implicit-check-not="error:"  --check-prefix=INVALID-X-OPTION %s5 6# INVALID-X-OPTION: error: -X32 option not supported on non AIX OS7