blob: 046ffa514ffecf4473dde7ebb0c59848806d2e24 [file] [log] [blame]
## Don't make symlinks on Windows.
# UNSUPPORTED: system-windows
# REQUIRES: llvm-driver
# RUN: rm -rf %t
# RUN: mkdir %t
# RUN: ln -s %llvm %t/invalidtool
# RUN: %t/invalidtool cxxfilt --help | FileCheck %s
# CHECK: OVERVIEW: LLVM symbol undecoration tool
# RUN: not %llvm invalidtool cxxfilt --help