bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-ar/invalid-option-X.test
2025-02-14 19:21:04 +01:00

5 lines
204 B
Text

# 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