summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/clang-translation.c
diff options
context:
space:
mode:
authorGeorge Burgess IV <george.burgess.iv@gmail.com>2019-07-16 22:32:17 +0000
committerGeorge Burgess IV <george.burgess.iv@gmail.com>2019-07-16 22:32:17 +0000
commitfdeed837edf354558cf0c6b0a0dd3af2124906b8 (patch)
treef415e2733681e249540ac87842fa9723dea615b4 /clang/test/Driver/clang-translation.c
parent0a8d4df7999eaa876ff7c7510c964f6ec127ffa8 (diff)
downloadbcm5719-llvm-fdeed837edf354558cf0c6b0a0dd3af2124906b8.tar.gz
bcm5719-llvm-fdeed837edf354558cf0c6b0a0dd3af2124906b8.zip
Fix a typo in target features
There was a slight typo in r364352 that ended up causing our backend to complain on some x86 Android builds. This CL fixes that. Differential Revision: https://reviews.llvm.org/D64781 llvm-svn: 366276
Diffstat (limited to 'clang/test/Driver/clang-translation.c')
-rw-r--r--clang/test/Driver/clang-translation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/clang-translation.c b/clang/test/Driver/clang-translation.c
index 0054535115a..766e7793826 100644
--- a/clang/test/Driver/clang-translation.c
+++ b/clang/test/Driver/clang-translation.c
@@ -318,7 +318,7 @@
// ANDROID-X86_64: "-target-cpu" "x86-64"
// ANDROID-X86_64: "-target-feature" "+sse4.2"
// ANDROID-X86_64: "-target-feature" "+popcnt"
-// ANDROID-X86_64: "-target-feature" "+mcx16"
+// ANDROID-X86_64: "-target-feature" "+cx16"
// RUN: %clang -target mips-linux-gnu -### -S %s 2>&1 | \
// RUN: FileCheck -check-prefix=MIPS %s
OpenPOWER on IntegriCloud