[PATCH] D87898: [asan][test] Disable malloc-no-intercept.c on Solaris
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 24 01:59:31 PDT 2020
vitalybuka accepted this revision.
vitalybuka added inline comments.
This revision is now accepted and ready to land.
================
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)
----------------
please clang-format this part
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