]> granicus.if.org Git - clang/commit
Recommit r248154: [ARM] Handle DSP feature as an ArchExtKind
authorArtyom Skrobov <Artyom.Skrobov@arm.com>
Thu, 24 Sep 2015 17:34:05 +0000 (17:34 +0000)
committerArtyom Skrobov <Artyom.Skrobov@arm.com>
Thu, 24 Sep 2015 17:34:05 +0000 (17:34 +0000)
commitda6c3ce51ba0c529a81e0838c476da4ddadb0de8
treef10bcd393d2d4c0ba6707edc37a8fdfd701c73fb
parent2b9c7ccc84c1c8c23d110f07ea0bf62eff337086
Recommit r248154: [ARM] Handle DSP feature as an ArchExtKind

Currently, the availability of DSP instructions (ACLE 6.4.7) is handled in
a hand-rolled tricky condition block in lib/Basic/Targets.cpp, with a FIXME:
attached.

http://reviews.llvm.org/D12937 moved the handling of the DSP feature over to
ARMTargetParser.def in LLVM, to be in line with other architecture extensions.

This is the corresponding patch to clang, to clear the FIXME: and update
the tests.

Differential Revision: http://reviews.llvm.org/D12938

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@248521 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
test/CodeGen/arm-target-features.c