From c85d6274d127d988539ed6a35242d3f82c4eb5bf Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Sun, 17 Nov 2013 09:41:47 +0000 Subject: [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 ) 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 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@194955 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/dfsan/dfsan_custom.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/dfsan/dfsan_custom.cc') diff --git a/lib/dfsan/dfsan_custom.cc b/lib/dfsan/dfsan_custom.cc index 239cbe407..6a132db06 100644 --- a/lib/dfsan/dfsan_custom.cc +++ b/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" -- cgit v1.2.3