[driver] Remove the -ccc-host-triple alias.  This has been replaced by the
-target option.
rdar://10692880

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167158 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/a15.c b/test/CodeGen/a15.c
index 115b109..e4986d8 100644
--- a/test/CodeGen/a15.c
+++ b/test/CodeGen/a15.c
@@ -1,4 +1,4 @@
-// RUN: %clang -ccc-host-triple armv7-none-linux-gnueabi -mcpu=cortex-a15 -emit-llvm -S %s  -o /dev/null
+// RUN: %clang -target armv7-none-linux-gnueabi -mcpu=cortex-a15 -emit-llvm -S %s  -o /dev/null
 
 int main() {
   return 0;