summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets.cpp
diff options
context:
space:
mode:
authorSumanth Gundapaneni <sgundapa@codeaurora.org>2015-02-26 18:07:35 +0000
committerSumanth Gundapaneni <sgundapa@codeaurora.org>2015-02-26 18:07:35 +0000
commita9049ea36848df64e26d3c11a11dd393fb469e79 (patch)
tree54f21f1c06ab32001f527d25430f11cd303433d8 /clang/lib/Basic/Targets.cpp
parent947efbc138b30250da0baf6c4fe0f19b236dfc2c (diff)
downloadbcm5719-llvm-a9049ea36848df64e26d3c11a11dd393fb469e79.tar.gz
bcm5719-llvm-a9049ea36848df64e26d3c11a11dd393fb469e79.zip
Use ".arch_extension" ARM directive to specify the additional CPU features
This patch is in response to r223147 where the avaiable features are computed based on ".cpu" directive. This will work clean for the standard variants like cortex-a9. For custom variants which rely on standard cpu names for assembly, the additional features of a CPU should be propagated. This can be done via ".arch_extension" as long as the assembler supports it. The implementation for krait along with unit test will be submitted in next patch. llvm-svn: 230650
Diffstat (limited to 'clang/lib/Basic/Targets.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud