[PATCH] D15275: [ARMv8-M] [2/9] Add ARMv8-M Baseline/Mainline LLVM targeting

Tim Northover via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 8 09:22:13 PST 2015


t.p.northover accepted this revision.
t.p.northover added a comment.
This revision is now accepted and ready to land.

LGTM now, thanks Bradley!


================
Comment at: lib/Target/ARM/ARM.td:389
@@ -382,1 +388,3 @@
 
+def ARMv8mBaseline : Architecture<"armv8-m.base", "ARMv8mBaseline",
+                                                      [HasV8MBaselineOps,
----------------
Ah bother, somehow didn't see that one! Thanks for adding those tests.


Repository:
  rL LLVM

http://reviews.llvm.org/D15275





More information about the llvm-commits mailing list