summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/asan_stack.cc
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2012-01-09 19:50:06 +0000
committerKostya Serebryany <kcc@google.com>2012-01-09 19:50:06 +0000
commit3ab81d1f26bf0a0c2b21f970b01ff5c84035493e (patch)
treed6069e1967ceb05d0ac94a3ff53cda1648189977 /compiler-rt/lib/asan/asan_stack.cc
parent8ca90252160a1ac113fffa213a3f08cedc3a94b1 (diff)
downloadbcm5719-llvm-3ab81d1f26bf0a0c2b21f970b01ff5c84035493e.tar.gz
bcm5719-llvm-3ab81d1f26bf0a0c2b21f970b01ff5c84035493e.zip
[asan] fix mac build once more
llvm-svn: 147796
Diffstat (limited to 'compiler-rt/lib/asan/asan_stack.cc')
-rw-r--r--compiler-rt/lib/asan/asan_stack.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/lib/asan/asan_stack.cc b/compiler-rt/lib/asan/asan_stack.cc
index 8c6320b2410..c332db050e4 100644
--- a/compiler-rt/lib/asan/asan_stack.cc
+++ b/compiler-rt/lib/asan/asan_stack.cc
@@ -18,8 +18,6 @@
#include "asan_thread.h"
#include "asan_thread_registry.h"
-#include <string.h>
-
#if ASAN_USE_SYSINFO == 1
#include "sysinfo/sysinfo.h"
#endif
OpenPOWER on IntegriCloud