summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Potapenko <glider@google.com>2012-08-10 12:46:39 +0000
committerAlexander Potapenko <glider@google.com>2012-08-10 12:46:39 +0000
commit79fc3c042bbe8348fb6f3bff7a5575e4425e5a38 (patch)
treeccda2800dae8884c35db8599ca5aeffea3c835df
parentd262653fa207c6ee89700f192c5ff809a8ed6f52 (diff)
downloadcompiler-rt-79fc3c042bbe8348fb6f3bff7a5575e4425e5a38.tar.gz
compiler-rt-79fc3c042bbe8348fb6f3bff7a5575e4425e5a38.tar.bz2
compiler-rt-79fc3c042bbe8348fb6f3bff7a5575e4425e5a38.tar.xz
Remove the setjmp.h dependency, fix the comment.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@161662 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/asan/asan_malloc_mac.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/asan/asan_malloc_mac.cc b/lib/asan/asan_malloc_mac.cc
index 952aab44..1b8ce7a9 100644
--- a/lib/asan/asan_malloc_mac.cc
+++ b/lib/asan/asan_malloc_mac.cc
@@ -1,4 +1,4 @@
-//===-- asan_rtl.cc -------------------------------------------------------===//
+//===-- asan_malloc_mac.cc ------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
@@ -18,7 +18,6 @@
#include <CoreFoundation/CFBase.h>
#include <dlfcn.h>
#include <malloc/malloc.h>
-#include <setjmp.h>
#include "asan_allocator.h"
#include "asan_interceptors.h"