[PATCH] D40134: [asan] Add support for AArch64 ILP32

Kuba (Brecka) Mracek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 29 08:19:01 PST 2017


kubamracek added a comment.

Is there a bot that builds for this architecture?



================
Comment at: lib/sanitizer_common/sanitizer_platform.h:223
+#  if defined(__ILP32__)
+#   define SANITIZER_USES_CANONICAL_LINUX_SYSCALLS 2
+#  else
----------------
The value of "2" is really weird here. Can we use a separate constant?


https://reviews.llvm.org/D40134





More information about the llvm-commits mailing list