summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/no-canonical-prefixes.c
blob: b617cd4e361e8ae7fd9db3e62ea3a1b732794555 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Due to ln -sf:
// REQUIRES: shell
// RUN: mkdir -p %t
// RUN: cd %t
// RUN: ln -sf %clang test-clang
// RUN: ./test-clang -v -S %s 2>&1 | FileCheck %s
// RUN: ./test-clang -v -S %s -no-canonical-prefixes 2>&1 | FileCheck --check-prefix=NCP %s


// CHECK: /clang{{.*}}" -cc1
// NCP: test-clang" -cc1
OpenPOWER on IntegriCloud