[PATCH] D57765: [ARM] Add Cortex-M35P Support
Oliver Stannard via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 6 05:24:42 PST 2019
olista01 requested changes to this revision.
olista01 added inline comments.
This revision now requires changes to proceed.
================
Comment at: test/Driver/arm-cortex-cpus.c:826
// RUN: %clang -target arm -mcpu=cortex-m33 -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-CPUV8MMAIN %s
+// RUN: %clang -target arm -mcpu=cortex-m35p -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-CPUV8MMAIN %s
// CHECK-CPUV8MMAIN: "-cc1"{{.*}} "-triple" "thumbv8m.main-
----------------
I think this should also check that the correct CPU is passed to cc1, because you've defined a ProcessorModel in the backend.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57765/new/
https://reviews.llvm.org/D57765
More information about the cfe-commits
mailing list