[ARM] Add CLI support for Armv8.1-M and MVE
authorSjoerd Meijer <sjoerd.meijer@arm.com>
Thu, 30 May 2019 14:22:26 +0000 (14:22 +0000)
committerSjoerd Meijer <sjoerd.meijer@arm.com>
Thu, 30 May 2019 14:22:26 +0000 (14:22 +0000)
commit24f12711ae27e80291c3bab6097cef99168eb21f
tree4afd565aca207f9d22924103f4d966f82d2afd20
parent064ae08e864eacd0881cb291f412ff727a5094bb
[ARM] Add CLI support for Armv8.1-M and MVE

Given the existing infrastructure in LLVM side for +fp and +fp.dp,
this is more or less trivial, needing only one tiny source change and
a couple of tests.

Patch by Simon Tatham.

Differential Revision: https://reviews.llvm.org/D60699

llvm-svn: 362096
clang/lib/Basic/Targets/ARM.cpp
clang/test/Driver/armv8.1m.main.c [new file with mode: 0644]
clang/test/Driver/armv8.1m.main.s [new file with mode: 0644]