aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Misc/diag-format.c
diff options
context:
space:
mode:
authorSebastian Pop <spop@codeaurora.org>2012-01-13 20:37:02 +0000
committerSebastian Pop <spop@codeaurora.org>2012-01-13 20:37:02 +0000
commit9a8d528ddf1f88fe3537e4ae5865b74a96c36ad9 (patch)
treee6bf3e6b9ca89c7b7d42c7398a0d2633e5fcfb49 /clang/test/Misc/diag-format.c
parent9d66d9e4b22a491d8692fbe3a0d33ac098c31865 (diff)
downloadllvm-9a8d528ddf1f88fe3537e4ae5865b74a96c36ad9.zip
llvm-9a8d528ddf1f88fe3537e4ae5865b74a96c36ad9.tar.gz
llvm-9a8d528ddf1f88fe3537e4ae5865b74a96c36ad9.tar.bz2
rename -ccc-host-triple into -target
llvm-svn: 148138
Diffstat (limited to 'clang/test/Misc/diag-format.c')
-rw-r--r--clang/test/Misc/diag-format.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/Misc/diag-format.c b/clang/test/Misc/diag-format.c
index 39760b1..959177b 100644
--- a/clang/test/Misc/diag-format.c
+++ b/clang/test/Misc/diag-format.c
@@ -1,10 +1,10 @@
// RUN: %clang -fsyntax-only %s 2>&1 | FileCheck %s -check-prefix=DEFAULT
// RUN: %clang -fsyntax-only -fdiagnostics-format=clang %s 2>&1 | FileCheck %s -check-prefix=DEFAULT
-// RUN: %clang -fsyntax-only -fdiagnostics-format=clang -ccc-host-triple x86_64-pc-win32 %s 2>&1 | FileCheck %s -check-prefix=DEFAULT
+// RUN: %clang -fsyntax-only -fdiagnostics-format=clang -target x86_64-pc-win32 %s 2>&1 | FileCheck %s -check-prefix=DEFAULT
//
// RUN: %clang -fsyntax-only -fdiagnostics-format=msvc %s 2>&1 | FileCheck %s -check-prefix=MSVC
-// RUN: %clang -fsyntax-only -fdiagnostics-format=msvc -ccc-host-triple x86_64-pc-win32 %s 2>&1 | FileCheck %s -check-prefix=MSVC
-// RUN: %clang -fsyntax-only -fdiagnostics-format=msvc -ccc-host-triple x86_64-pc-win32 -fshow-column %s 2>&1 | FileCheck %s -check-prefix=MSVC
+// RUN: %clang -fsyntax-only -fdiagnostics-format=msvc -target x86_64-pc-win32 %s 2>&1 | FileCheck %s -check-prefix=MSVC
+// RUN: %clang -fsyntax-only -fdiagnostics-format=msvc -target x86_64-pc-win32 -fshow-column %s 2>&1 | FileCheck %s -check-prefix=MSVC
//
// RUN: %clang -fsyntax-only -fdiagnostics-format=vi %s 2>&1 | FileCheck %s -check-prefix=VI
//