[PATCH] D14424: [tsan] Enable new/delete C++ interceptors for OS X
Kuba Brecka via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 11 07:18:01 PST 2015
kubabrecka added inline comments.
================
Comment at: compiler-rt/trunk/lib/tsan/rtl/tsan_new_delete.cc:15
@@ -14,2 +14,3 @@
#include "sanitizer_common/sanitizer_internal_defs.h"
+#include "interception/interception.h"
#include "tsan_interceptors.h"
----------------
glider wrote:
> Please keep the includes list sorted (clang-format might be your friend - don't remember if we use it in TSan)
Fixed in r252735.
Repository:
rL LLVM
http://reviews.llvm.org/D14424
More information about the llvm-commits
mailing list