[PATCH] D87898: [asan][test] Disable malloc-no-intercept.c on Solaris
Rainer Orth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 24 02:57:29 PDT 2020
ro marked an inline comment as done.
ro added inline comments.
================
Comment at: compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h:504
+ SI_NOT_RTEMS && !SI_SOLARIS)
+#define SANITIZER_INTERCEPT_MEMALIGN \
(!SI_FREEBSD && !SI_MAC && !SI_NETBSD && !SI_OPENBSD && SI_NOT_RTEMS)
----------------
vitalybuka wrote:
> please clang-format this part
I had done so, however at that point the LLVM 10 clang-format
was in my `PATH`. Fixed now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87898/new/
https://reviews.llvm.org/D87898
More information about the llvm-commits
mailing list