summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/asan_stack.cc
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2013-01-31 13:46:14 +0000
committerAlexey Samsonov <samsonov@google.com>2013-01-31 13:46:14 +0000
commita0c0da8f51fc1e54584329830b3ed82006b0dcec (patch)
treed5c54f85e86e96b8e8e4bbf44d75562b4c09db00 /compiler-rt/lib/asan/asan_stack.cc
parentaa58b97235a8373c6b6ee24c30e1c578a70f5eea (diff)
downloadbcm5719-llvm-a0c0da8f51fc1e54584329830b3ed82006b0dcec.tar.gz
bcm5719-llvm-a0c0da8f51fc1e54584329830b3ed82006b0dcec.zip
[ASan] Split ASan interface header into private and public parts. Add a test that makes sure users can include interface header
llvm-svn: 174058
Diffstat (limited to 'compiler-rt/lib/asan/asan_stack.cc')
-rw-r--r--compiler-rt/lib/asan/asan_stack.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/asan/asan_stack.cc b/compiler-rt/lib/asan/asan_stack.cc
index ebf22fd34ca..a50ab1d22ae 100644
--- a/compiler-rt/lib/asan/asan_stack.cc
+++ b/compiler-rt/lib/asan/asan_stack.cc
@@ -11,9 +11,9 @@
//
// Code for ASan stack trace.
//===----------------------------------------------------------------------===//
+#include "asan_internal.h"
#include "asan_flags.h"
#include "asan_stack.h"
-#include "sanitizer/asan_interface.h"
namespace __asan {
OpenPOWER on IntegriCloud