[PATCH] D36190: [asan] Allocator support for Fuchsia
Roland McGrath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 2 16:12:09 PDT 2017
mcgrathr marked 2 inline comments as done.
mcgrathr added inline comments.
================
Comment at: lib/asan/asan_malloc_linux.cc:46
+static bool MaybeInDlsym() {
+ // Fuchsia doesn't use dlsym-based interceptors.
----------------
alekseyshl wrote:
> Make it inline.
Done, though the compiler does inline it without the keyword.
https://reviews.llvm.org/D36190
More information about the llvm-commits
mailing list