diff options
author | Kuba Mracek <mracek@apple.com> | 2018-02-15 22:14:36 +0000 |
---|---|---|
committer | Kuba Mracek <mracek@apple.com> | 2018-02-15 22:14:36 +0000 |
commit | 9967378eba5fcbbdb3bce4ce5c06af9fdea8f3d1 (patch) | |
tree | dc5fec4bec2098c69b81e0d51222797e536467e9 /llvm/test | |
parent | ff2763a658ca068c02588fecea6394a9563cc602 (diff) | |
download | bcm5719-llvm-9967378eba5fcbbdb3bce4ce5c06af9fdea8f3d1.tar.gz bcm5719-llvm-9967378eba5fcbbdb3bce4ce5c06af9fdea8f3d1.zip |
[asan] Add "arm64" into the list of 64-bit architectures
It looks like get_bits_for_arch doesn't recognize "arm64" as a 64-bit architecture, and it actually matches the "arm" regexp, which marks it as 32-bit. Let's fix that by matching the 64-bit list first and addin "arm64" into the list.
Differential Revision: https://reviews.llvm.org/D43155
llvm-svn: 325300
Diffstat (limited to 'llvm/test')
0 files changed, 0 insertions, 0 deletions