llvm-for-llvmta/test/tools/llvm-lib/tool-name.test
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

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