summaryrefslogtreecommitdiffstats
path: root/test/Sema/carbon.c
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-12-18 06:30:12 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-12-18 06:30:12 +0000
commit38b48afd338d494099697d2611e1f45e558e469e (patch)
tree531ac3b37067063b3669d05e357809b87eeccd20 /test/Sema/carbon.c
parent9657c443688998dc84915e841a10509017b209db (diff)
clang -cc1: Rename -mcpu to -target-cpu to match other target options and not alias driver/backend option.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91671 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Sema/carbon.c')
-rw-r--r--test/Sema/carbon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/carbon.c b/test/Sema/carbon.c
index c21dc58f2c..f0affd2540 100644
--- a/test/Sema/carbon.c
+++ b/test/Sema/carbon.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -mcpu pentium4 %s -print-stats
+// RUN: %clang_cc1 -target-cpu pentium4 %s -print-stats
#ifdef __APPLE__
#include <Carbon/Carbon.h>
#endif