[PATCH] D12937: [ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def
A. Skrobov via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 17 08:21:36 PDT 2015
tyomitch created this revision.
tyomitch added reviewers: labrinea, rengolin.
tyomitch added a subscriber: llvm-commits.
Herald added subscribers: rengolin, aemerson.
Currently, the availability of DSP instructions (ACLE 6.4.7) is handled in a hand-rolled tricky condition block in tools/clang/lib/Basic/Targets.cpp, with a FIXME: attached.
This patch changes the handling of +t2dsp to be in line with other architecture extensions.
http://reviews.llvm.org/D12937
Files:
include/llvm/Support/ARMTargetParser.def
include/llvm/Support/TargetParser.h
lib/Support/TargetParser.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12937.34999.patch
Type: text/x-patch
Size: 4185 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150917/c593b5cd/attachment.bin>
More information about the llvm-commits
mailing list