[llvm-commits] [compiler-rt] r172226 - /compiler-rt/trunk/lib/asan/asan_win.cc
Dmitry Vyukov
dvyukov at google.com
Fri Jan 11 09:57:24 PST 2013
Author: dvyukov
Date: Fri Jan 11 11:57:24 2013
New Revision: 172226
URL: http://llvm.org/viewvc/llvm-project?rev=172226&view=rev
Log:
asan: fix FIXME on windows
Modified:
compiler-rt/trunk/lib/asan/asan_win.cc
Modified: compiler-rt/trunk/lib/asan/asan_win.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/asan_win.cc?rev=172226&r1=172225&r2=172226&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/asan_win.cc (original)
+++ compiler-rt/trunk/lib/asan/asan_win.cc Fri Jan 11 11:57:24 2013
@@ -17,13 +17,12 @@
#include <dbghelp.h>
#include <stdlib.h>
-#include <new> // FIXME: temporarily needed for placement new in AsanLock.
-
#include "asan_interceptors.h"
#include "asan_internal.h"
#include "asan_lock.h"
#include "asan_thread.h"
#include "sanitizer_common/sanitizer_libc.h"
+#include "sanitizer_common/sanitizer_placement_new.h"
namespace __asan {
More information about the llvm-commits
mailing list