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.
15 lines
348 B
15 lines
348 B
4 months ago
|
## 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
|