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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits