brintos

brintos / llvm-project-archived public Read only

0
0
Text · 204 B · 76721d9 Raw
6 lines · plain
1# REQUIRES: !system-aix2## 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 %s5# CHECK: error: -X32 option not supported on non AIX OS6