[PATCH] D61871: [asan] Fix debug asan build link error

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 15 13:48:09 PDT 2019


rnk marked an inline comment as done.
rnk added inline comments.


================
Comment at: compiler-rt/lib/asan/asan_malloc_local.h:28
+// implementation.
+#define MAYBE_ALLOCATE_FROM_LOCAL_POOL                                      \
+  do {                                                                      \
----------------
vitalybuka wrote:
> can we make it always inline function?
We'd still need a macro with control flow because it returns early if the local pool is used.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61871/new/

https://reviews.llvm.org/D61871





More information about the llvm-commits mailing list