You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
424 B
16 lines
424 B
4 months ago
|
## Don't make symlinks on Windows.
|
||
|
# UNSUPPORTED: system-windows
|
||
|
|
||
|
# RUN: rm -rf %t
|
||
|
# RUN: mkdir %t
|
||
|
# RUN: ln -s llvm-ar %t/llvm-ar-9
|
||
|
# RUN: ln -s llvm-ar %t/ar.exe
|
||
|
# RUN: ln -s llvm-ar %t/arm-pokymllib32-linux-gnueabi-llvm-ar-9
|
||
|
|
||
|
# RUN: llvm-ar h | FileCheck %s
|
||
|
# RUN: %t/llvm-ar-9 h | FileCheck %s
|
||
|
# RUN: %t/ar.exe h | FileCheck %s
|
||
|
# RUN: %t/arm-pokymllib32-linux-gnueabi-llvm-ar-9 h | FileCheck %s
|
||
|
|
||
|
# CHECK: USAGE: llvm-ar
|