diff options
| author | Bob Wilson <bob.wilson@apple.com> | 2013-03-04 22:37:43 +0000 |
|---|---|---|
| committer | Bob Wilson <bob.wilson@apple.com> | 2013-03-04 22:37:43 +0000 |
| commit | 872f04d19d3d6efdd2b2d51493aba0215b712c6c (patch) | |
| tree | c223a27d958d4353cf1e0f4d86c0721c53d6a285 /clang/lib/Basic/Targets.cpp | |
| parent | c7828356aa19a8b01f2d149142a1caecb441c807 (diff) | |
| download | bcm5719-llvm-872f04d19d3d6efdd2b2d51493aba0215b712c6c.tar.gz bcm5719-llvm-872f04d19d3d6efdd2b2d51493aba0215b712c6c.zip | |
Fix confused use of llvm::StringSwitch for armv7r architecture.
svn 170909 added support for cortex-r5 but in this case it was done
incorrectly. The last argument to StringSwitch.Cases() is the replacement
value, so by adding "cortex-r5" it changed the default cpu for armv7r to
cortex-r5 instead of cortex-r4.
llvm-svn: 176456
Diffstat (limited to 'clang/lib/Basic/Targets.cpp')
0 files changed, 0 insertions, 0 deletions

