summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/cc-log-diagnostics.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/Driver/cc-log-diagnostics.c
parent9d66d9e4b22a491d8692fbe3a0d33ac098c31865 (diff)
downloadbcm5719-llvm-9a8d528ddf1f88fe3537e4ae5865b74a96c36ad9.tar.gz
bcm5719-llvm-9a8d528ddf1f88fe3537e4ae5865b74a96c36ad9.zip
rename -ccc-host-triple into -target
llvm-svn: 148138
Diffstat (limited to 'clang/test/Driver/cc-log-diagnostics.c')
-rw-r--r--clang/test/Driver/cc-log-diagnostics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/cc-log-diagnostics.c b/clang/test/Driver/cc-log-diagnostics.c
index 96b2ec3e5dd..88c99f580de 100644
--- a/clang/test/Driver/cc-log-diagnostics.c
+++ b/clang/test/Driver/cc-log-diagnostics.c
@@ -1,7 +1,7 @@
// RUN: rm -f %t.log
// RUN: env RC_DEBUG_OPTIONS=1 \
// RUN: CC_LOG_DIAGNOSTICS=1 CC_LOG_DIAGNOSTICS_FILE=%t.log \
-// RUN: %clang -Wfoobar -no-canonical-prefixes -ccc-host-triple x86_64-apple-darwin10 -fsyntax-only %s
+// RUN: %clang -Wfoobar -no-canonical-prefixes -target x86_64-apple-darwin10 -fsyntax-only %s
// RUN: FileCheck %s < %t.log
int f0() {}
OpenPOWER on IntegriCloud