brintos

brintos / llvm-project-archived public Read only

0
0
Text · 469 B · d58783e Raw
16 lines · plain
1## Don't make symlinks on Windows.2# UNSUPPORTED: system-windows3 4# RUN: rm -rf %t5# RUN: mkdir %t6# RUN: ln -s llvm-ranlib %t/llvm-ranlib-97# RUN: ln -s llvm-ranlib %t/ranlib.exe8 9# RUN: llvm-ranlib -h | FileCheck %s --check-prefix=DEFAULT10# RUN: %t/llvm-ranlib-9 -h | FileCheck %s --check-prefix=VERSION11# RUN: %t/ranlib.exe -h | FileCheck %s --check-prefix=SUFFIX12 13# DEFAULT: USAGE: llvm-ranlib{{ }}14# VERSION: USAGE: llvm-ranlib-9{{ }}15# SUFFIX: USAGE: ranlib{{ }}16