Fangrui Song | 4d53b99 | 2019-12-10 13:45:02 -0800 | [diff] [blame^] | 1 | ## Don't make symlinks on Windows. |
2 | # UNSUPPORTED: system-windows | ||||
3 | |||||
4 | # RUN: rm -rf %t | ||||
5 | # RUN: mkdir %t | ||||
6 | ## See D44808, MSBuild runs Lib.exe | ||||
7 | # RUN: ln -s llvm-lib %t/Lib.exe | ||||
8 | # RUN: ln -s llvm-lib %t/llvm-lib-10 | ||||
9 | |||||
10 | # RUN: llvm-lib '/?' | FileCheck %s | ||||
11 | # RUN: %t/Lib.exe '/?' | FileCheck %s | ||||
12 | # RUN: %t/llvm-lib-10 '/?' | FileCheck %s | ||||
13 | |||||
14 | # CHECK: USAGE: llvm-lib |