llvm-for-llvmta/test/tools/llvm-lib/tool-name.test

15 lines
348 B
Plaintext
Raw Normal View History

2022-04-25 10:02:23 +02:00
## 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