summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/dfsan/dfsan_custom.cc
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2013-11-17 09:41:47 +0000
committerAlexey Samsonov <samsonov@google.com>2013-11-17 09:41:47 +0000
commit4985d5274a2c1b2fb9600182c8f45cbbb45372fe (patch)
tree74018b2dfc643828ae32f3842b92e67d786779a2 /compiler-rt/lib/dfsan/dfsan_custom.cc
parent9e49704f59b23181fab1e6cb205dd23e689c94bb (diff)
downloadbcm5719-llvm-4985d5274a2c1b2fb9600182c8f45cbbb45372fe.tar.gz
bcm5719-llvm-4985d5274a2c1b2fb9600182c8f45cbbb45372fe.zip
[DFSan] Don't include public headers in dfsan runtime code
Summary: Definitions we use in public sanitizer headers may slightly conflict with the ones we use in private sanitizer runtimes. Moreover, we generally forbid to include any system headers (like <stdint.h>) in sanitizer runtime headers. This leads to inevitable duplication of selected interface function declarations, but we decided to live with it. Reviewers: pcc Reviewed By: pcc CC: kcc, llvm-commits Differential Revision: http://llvm-reviews.chandlerc.com/D2179 llvm-svn: 194955
Diffstat (limited to 'compiler-rt/lib/dfsan/dfsan_custom.cc')
-rw-r--r--compiler-rt/lib/dfsan/dfsan_custom.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/lib/dfsan/dfsan_custom.cc b/compiler-rt/lib/dfsan/dfsan_custom.cc
index 239cbe407ae..6a132db062b 100644
--- a/compiler-rt/lib/dfsan/dfsan_custom.cc
+++ b/compiler-rt/lib/dfsan/dfsan_custom.cc
@@ -11,7 +11,6 @@
//
// This file defines the custom functions listed in done_abilist.txt.
//===----------------------------------------------------------------------===//
-#include "sanitizer/dfsan_interface.h"
#include "sanitizer_common/sanitizer_internal_defs.h"
#include "sanitizer_common/sanitizer_linux.h"
OpenPOWER on IntegriCloud