brintos

brintos / llvm-project-archived public Read only

0
0
Text · 304 B · 046ffa5 Raw
13 lines · plain
1## Don't make symlinks on Windows.2# UNSUPPORTED: system-windows3# REQUIRES: llvm-driver4 5# RUN: rm -rf %t6# RUN: mkdir %t7# RUN: ln -s %llvm %t/invalidtool8# RUN: %t/invalidtool cxxfilt --help | FileCheck %s9 10# CHECK: OVERVIEW: LLVM symbol undecoration tool11 12# RUN: not %llvm invalidtool cxxfilt --help13