summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor
diff options
context:
space:
mode:
authorEvandro Menezes <e.menezes@samsung.com>2016-08-01 18:39:55 +0000
committerEvandro Menezes <e.menezes@samsung.com>2016-08-01 18:39:55 +0000
commitec133b3d205cb4a9a5704080e7ba52224fc2b208 (patch)
tree108c4abea372031a6f77c5226a5176cd7b461ef6 /clang/test/Preprocessor
parent82e245a202138f5ec9bd673126d35a9d6bd51410 (diff)
downloadbcm5719-llvm-ec133b3d205cb4a9a5704080e7ba52224fc2b208.tar.gz
bcm5719-llvm-ec133b3d205cb4a9a5704080e7ba52224fc2b208.zip
[AArch64] Add support for Samsung Exynos M2 (NFC).
llvm-svn: 277365
Diffstat (limited to 'clang/test/Preprocessor')
-rw-r--r--clang/test/Preprocessor/aarch64-target-features.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Preprocessor/aarch64-target-features.c b/clang/test/Preprocessor/aarch64-target-features.c
index 5ec9bc685d7..9a968e09d92 100644
--- a/clang/test/Preprocessor/aarch64-target-features.c
+++ b/clang/test/Preprocessor/aarch64-target-features.c
@@ -94,6 +94,7 @@
// RUN: %clang -target aarch64 -mcpu=cortex-a72 -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-MCPU-A72 %s
// RUN: %clang -target aarch64 -mcpu=cortex-a73 -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-MCPU-CORTEX-A73 %s
// RUN: %clang -target aarch64 -mcpu=exynos-m1 -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-MCPU-M1 %s
+// RUN: %clang -target aarch64 -mcpu=exynos-m2 -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-MCPU-M1 %s
// RUN: %clang -target aarch64 -mcpu=kryo -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-MCPU-KRYO %s
// RUN: %clang -target aarch64 -mcpu=vulcan -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-MCPU-VULCAN %s
// CHECK-MCPU-CYCLONE: "-cc1"{{.*}} "-triple" "aarch64{{.*}}" "-target-feature" "+neon" "-target-feature" "+crypto" "-target-feature" "+zcm" "-target-feature" "+zcz"
OpenPOWER on IntegriCloud