aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Driver/unique-source-file-names.c
blob: 0dc71345d745c62d7ffe9f1b716a9762ea3bb7f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
// RUN: %clang -funique-source-file-names -### %s 2> %t
// RUN: FileCheck --check-prefix=SRC < %t %s

// SRC: "-cc1"
// SRC: "-funique-source-file-identifier={{.*}}unique-source-file-names.c"

// RUN: %clang -funique-source-file-names -funique-source-file-identifier=foo -### %s 2> %t
// RUN: FileCheck --check-prefix=ID < %t %s

// ID: "-cc1"
// ID: "-funique-source-file-identifier=foo"