This revision was automatically updated to reflect the committed changes.
Closed by commit rL356742: [ARM] Add Cortex-M35P Support (authored by
LukeCheeseman, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org
olista01 accepted this revision.
olista01 added a comment.
This revision is now accepted and ready to land.
LGTM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57765/new/
https://reviews.llvm.org/D57765
___
cfe-commits mailing list
cfe-commi
LukeCheeseman added a comment.
ping
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
LukeCheeseman updated this revision to Diff 188364.
LukeCheeseman added a comment.
- Test cpus Cortex-M33 and Cortex-M35P seperately
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57765/new/
https://reviews.llvm.org/D57765
Files:
test/Driver/arm-cortex-cpus.c
Index: test/Driver/arm-
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
+/
LukeCheeseman created this revision.
LukeCheeseman added a reviewer: olista01.
Herald added subscribers: cfe-commits, kristof.beyls, javed.absar.
Herald added a project: clang.
- Add clang frontend testing for Cortex-M35P
Repository:
rC Clang
https://reviews.llvm.org/D57765
Files:
test/Dri