bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-ar/invalid-option-X.test

6 lines
204 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
# 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