[PATCH] D12937: [ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def
A. Skrobov via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 23 04:49:42 PDT 2015
tyomitch marked an inline comment as done.
tyomitch added a comment.
In http://reviews.llvm.org/D12937#251282, @rengolin wrote:
> We could easily just change the internal table-gen feature name to FeatureDSP, and make the enum tag name just DSP and keep only the clang string t2dsp, and put a warning on the next release notes that we'll deprecate it on the next++.
Done; updated the patch.
http://reviews.llvm.org/D12937
More information about the llvm-commits
mailing list