[compiler-rt] [rtsan] Add include guards around posix interceptors, tests (PR #113188)

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 22 11:00:38 PDT 2024


================
@@ -8,12 +8,14 @@
 //
 //===----------------------------------------------------------------------===//
 
+#include "sanitizer_common/sanitizer_platform.h"
----------------
fmayer wrote:

why is this include outside of the if?

https://github.com/llvm/llvm-project/pull/113188


More information about the llvm-commits mailing list