summaryrefslogtreecommitdiff
path: root/test/Driver/exceptions.m
diff options
context:
space:
mode:
authorSebastian Pop <spop@codeaurora.org>2012-01-20 22:01:23 +0000
committerSebastian Pop <spop@codeaurora.org>2012-01-20 22:01:23 +0000
commit9ec60dfe771ff28a84889dced6f8fd3748d3d55e (patch)
tree206157eb1ac351a890ca93a0c89767f1a5e31eed /test/Driver/exceptions.m
parentce506ae231703a23ea95335cd4de19c60082f361 (diff)
downloadclang-9ec60dfe771ff28a84889dced6f8fd3748d3d55e.tar.gz
rename -ccc-host-triple into -target
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148582 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Driver/exceptions.m')
-rw-r--r--test/Driver/exceptions.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/exceptions.m b/test/Driver/exceptions.m
index 7d85fe30ae..9b747bb84d 100644
--- a/test/Driver/exceptions.m
+++ b/test/Driver/exceptions.m
@@ -1,4 +1,4 @@
-// RUN: %clang -ccc-host-triple x86_64-apple-darwin9 \
+// RUN: %clang -target x86_64-apple-darwin9 \
// RUN: -fsyntax-only -fno-exceptions %s
void f1() {