[PATCH] D35865: [asan] Fuchsia port
Roland McGrath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 28 16:48:54 PDT 2017
mcgrathr marked an inline comment as done.
mcgrathr added inline comments.
================
Comment at: lib/asan/asan_rtl.cc:342
+#if !ASAN_PREALLOCATED_SHADOW
static void ProtectGap(uptr addr, uptr size) {
----------------
vitalybuka wrote:
> Maybe better to move some stuff into
> asan_rtl_no_fuchsia.cc (as separate CL)
> and put new stuff into asan_rtl_fuchsia.cc?
>
> Same for other files
Done in D36037
Repository:
rL LLVM
https://reviews.llvm.org/D35865
More information about the llvm-commits
mailing list