blob: 9c0f7b5de73caa8a0bfb244fe39f8d65bd4f2af8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
## Don't make symlinks on Windows.
# UNSUPPORTED: system-windows
# RUN: rm -rf %t
# RUN: mkdir %t
## See D44808, MSBuild runs Lib.exe
# RUN: ln -s llvm-lib %t/Lib.exe
# RUN: ln -s llvm-lib %t/llvm-lib-10
# RUN: llvm-lib '/?' | FileCheck %s
# RUN: %t/Lib.exe '/?' | FileCheck %s
# RUN: %t/llvm-lib-10 '/?' | FileCheck %s
# CHECK: USAGE: llvm-lib
|