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

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 21 16:46:59 PDT 2019


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


================
Comment at: compiler-rt/lib/asan/asan_malloc_local.h:24
+  return !__asan::asan_inited || __asan::asan_init_is_running;
 }
 
----------------
waltl wrote:
> The code in asan_malloc_linux.cc that calls this function is used for many platforms, not just RTEMS, so we still need this function in the original form.  Alternatively, we can fix asan_malloc_linux.cc so that only RTEMS call this function.  Either solution is fine with me.
> 
I brought this back and tested asan on Linux.


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