xref: /llvm-project/llvm/test/tools/llvm-driver/not-called-llvm.test (revision 92d3c3294ac4dd292238e44be64c1b9821dd842f)
1## Don't make symlinks on Windows.
2# UNSUPPORTED: system-windows
3# REQUIRES: llvm-driver
4
5# RUN: rm -rf %t
6# RUN: mkdir %t
7# RUN: ln -s %llvm %t/invalidtool
8# RUN: %t/invalidtool cxxfilt --help | FileCheck %s
9
10# CHECK: OVERVIEW: LLVM symbol undecoration tool
11
12# RUN: not %llvm invalidtool cxxfilt --help
13