Skip to content
Snippets Groups Projects
Commit 61f219bf authored by Rafael Espindola's avatar Rafael Espindola
Browse files

Add a test for -no-canonical-prefixes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@215836 91177308-0d34-0410-b5e6-96231b3b80d8
parent b7c04bc2
No related branches found
No related tags found
No related merge requests found
// 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: /bin/clang{{.*}}" -cc1
// NCP: test-clang" -cc1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment