OSDN Git Service

[ARM] Allow "-march=foo+fp" to vary with foo
authorSjoerd Meijer <sjoerd.meijer@arm.com>
Wed, 5 Jun 2019 13:11:51 +0000 (13:11 +0000)
committerSjoerd Meijer <sjoerd.meijer@arm.com>
Wed, 5 Jun 2019 13:11:51 +0000 (13:11 +0000)
commit27d213982ee003bd93461702d8bd614bedeb6d43
treea4d99a210aae4247e9705466e48034ea58f16f00
parent18f366ada57d32fedaac4fefe8759e6c22dc408c
[ARM] Allow "-march=foo+fp" to vary with foo

This is the LLVM part of this change, the Clang part contains the full
description in its commit message.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362600 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/ARMTargetParser.h
lib/Support/ARMTargetParser.cpp