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