[compiler-rt] [rtsan] Add include guards around posix interceptors, tests (PR #113188)
Chris Apple via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 22 11:04:04 PDT 2024
================
@@ -8,12 +8,14 @@
//
//===----------------------------------------------------------------------===//
+#include "sanitizer_common/sanitizer_platform.h"
----------------
cjappl wrote:
It is what defines SANITIZER_POSIX
https://github.com/llvm/llvm-project/pull/113188
More information about the llvm-commits
mailing list