diff options
author | Tim Northover <tnorthover@apple.com> | 2014-08-06 11:13:14 +0000 |
---|---|---|
committer | Tim Northover <tnorthover@apple.com> | 2014-08-06 11:13:14 +0000 |
commit | 2a417b96d47e7b08f81f2ba27951db56f5424fca (patch) | |
tree | 398e50cca92b31a367428380fee30d4ff5069d4c /clang-tools-extra/unittests/clang-tidy/ClangTidyDiagnosticConsumerTest.cpp | |
parent | d4d294dd51194d7c90ecf41a0a103b21293f2897 (diff) | |
download | bcm5719-llvm-2a417b96d47e7b08f81f2ba27951db56f5424fca.tar.gz bcm5719-llvm-2a417b96d47e7b08f81f2ba27951db56f5424fca.zip |
ARM: do not generate BLX instructions on Cortex-M CPUs.
Particularly on MachO, we were generating "blx _dest" instructions on M-class
CPUs, which don't actually exist. They happen to get fixed up by the linker
into valid "bl _dest" instructions (which is why such a massive issue has
remained largely undetected), but we shouldn't rely on that.
llvm-svn: 214959
Diffstat (limited to 'clang-tools-extra/unittests/clang-tidy/ClangTidyDiagnosticConsumerTest.cpp')
0 files changed, 0 insertions, 0 deletions