[PATCH] D99381: [compiler-rt][hwasan] Add Fuchsia-specific sanitizer platform limits

Vitaly Buka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 26 15:38:36 PDT 2021


vitalybuka added inline comments.


================
Comment at: compiler-rt/lib/hwasan/hwasan_interceptors.cpp:28
+#if SANITIZER_POSIX
 #include "sanitizer_common/sanitizer_platform_limits_posix.h"
+#endif
----------------
we usually include them unconditionaly and .h itself has guards against unsupported platforms


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99381



More information about the cfe-commits mailing list