brintos

brintos / llvm-project-archived public Read only

0
0
Text · 348 B · 9c0f7b5 Raw
15 lines · plain
1## Don't make symlinks on Windows.2# UNSUPPORTED: system-windows3 4# RUN: rm -rf %t5# RUN: mkdir %t6## See D44808, MSBuild runs Lib.exe7# RUN: ln -s llvm-lib %t/Lib.exe8# RUN: ln -s llvm-lib %t/llvm-lib-109 10# RUN: llvm-lib '/?' | FileCheck %s11# RUN: %t/Lib.exe '/?' | FileCheck %s12# RUN: %t/llvm-lib-10 '/?' | FileCheck %s13 14# CHECK: USAGE: llvm-lib15