forked from OSchip/llvm-project
15 lines
348 B
Plaintext
15 lines
348 B
Plaintext
## 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
|