[PATCH] D43155: [asan] Add "arm64" into the list of 64-bit architectures
Kuba (Brecka) Mracek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 12 13:41:39 PST 2018
kubamracek added inline comments.
================
Comment at: test/asan/CMakeLists.txt:23
set(${bits} 64)
+ elseif (${arch} MATCHES "i386|arm|mips|mipsel")
+ set(${bits} 32)
----------------
delcypher wrote:
> The arm regex should probably be `^armv7`
There's also `armv6` and probably other `arm` variants. Let's keep this as "arm" to avoid breaking others.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D43155
More information about the llvm-commits
mailing list