[PATCH] D18311: Clang tests for ARM Cortex-A32 support.

Renato Golin via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 21 04:35:47 PDT 2016


rengolin added inline comments.

================
Comment at: test/Preprocessor/arm-target-features.c:349
@@ -349,1 +348,3 @@
+// Test whether predefines are as expected when targeting ARMv8-A Cortex implementations
+// RUN: %clang -target armv8 -mcpu=cortex-a32 -x c -E -dM %s -o - | FileCheck --check-prefix=A53-ARM %s
 // RUN: %clang -target armv8 -mcpu=cortex-a53 -x c -E -dM %s -o - | FileCheck --check-prefix=A53-ARM %s
----------------
The check-prefix here is misleading. Please change it.


http://reviews.llvm.org/D18311





More information about the cfe-commits mailing list