aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorArtyom Skrobov <Artyom.Skrobov@arm.com>2015-09-21 13:19:25 +0000
committerArtyom Skrobov <Artyom.Skrobov@arm.com>2015-09-21 13:19:25 +0000
commit7428f1ef64d9842c6f695855190500f665d78db5 (patch)
tree25cb7fd4b5434f6c26c597049b4cb0cf4c63de51 /clang/lib/CodeGen/CodeGenModule.cpp
parent415af0184c577270d6c3507b195f89694c4905b6 (diff)
downloadllvm-7428f1ef64d9842c6f695855190500f665d78db5.zip
llvm-7428f1ef64d9842c6f695855190500f665d78db5.tar.gz
llvm-7428f1ef64d9842c6f695855190500f665d78db5.tar.bz2
[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def
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 +t2dsp 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 llvm-svn: 248154
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions