brintos

brintos / llvm-project-archived public Read only

0
0
Text · 804 B · ca60982 Raw
26 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/llvm-cxxfilt8# RUN: %t/llvm-cxxfilt --help | FileCheck %s9# RUN: ln -s %llvm %t/llvm-cxxfilt-1510# RUN: %t/llvm-cxxfilt-15 --help | FileCheck %s11# RUN: ln -s %llvm %t/cxxfilt12# RUN: %t/cxxfilt --help | FileCheck %s13# RUN: ln -s %llvm %t/cxxfilt-1514# RUN: %t/cxxfilt-15 --help | FileCheck %s15# RUN: ln -s %llvm %t/cxxfilt-15.exe16# RUN: %t/cxxfilt-15.exe --help | FileCheck %s17# RUN: ln -s %llvm %t/c++filt18# RUN: %t/c++filt --help | FileCheck %s19 20# RUN: ln -s %llvm %t/llvm-1521# RUN: %t/llvm-15 cxxfilt --help | FileCheck %s22# RUN: ln -s %llvm %t/llvm-15.exe23# RUN: %t/llvm-15.exe cxxfilt --help | FileCheck %s24 25# CHECK: OVERVIEW: LLVM symbol undecoration tool26