[PATCH] D12159: [sanitizers] Add ASAN support for AArch64 42-bit VMA
Renato Golin via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 19 10:29:14 PDT 2015
rengolin added inline comments.
================
Comment at: lib/Transforms/Instrumentation/AddressSanitizer.cpp:78
@@ +77,3 @@
+#elif SANITIZER_AARCH64_VMA == 42
+static const uint64_t kAArch64_ShadowOffset64 = 1ULL << 39;
+#endif
----------------
#elif defined SANITIZER_AARCH64_VMA
#error "Srsly?"
#endif
http://reviews.llvm.org/D12159
More information about the llvm-commits
mailing list