commit | 1b6dacbb86d9c426bd3cb009a446e7da441fd97c | [log] [tgz] |
---|---|---|
author | Tamas Berghammer <tberghammer@google.com> | Wed Feb 10 10:42:00 2016 +0000 |
committer | Tamas Berghammer <tberghammer@google.com> | Wed Feb 10 10:42:00 2016 +0000 |
tree | 03ec859648b7e3e6837b5a0742a625995a165b13 | |
parent | 2e912ec705192b77709b15a91f0c278fc1a6477c [diff] |
Use BKPT instead of UDF for arm/thumb breakpoints The UDF instruction is deprecated in armv7 and in case of thumb2 instructions set it don't work well together with the IT instruction. Differential revision: http://reviews.llvm.org/D16853 llvm-svn: 260367