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

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 15 12:29:01 PDT 2019


vitalybuka accepted this revision.
vitalybuka added inline comments.
This revision is now accepted and ready to land.


================
Comment at: compiler-rt/lib/asan/asan_malloc_local.h:28
+// implementation.
+#define MAYBE_ALLOCATE_FROM_LOCAL_POOL                                      \
+  do {                                                                      \
----------------
can we make it always inline function?


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