diff options
author | Alexey Samsonov <samsonov@google.com> | 2013-01-31 13:46:14 +0000 |
---|---|---|
committer | Alexey Samsonov <samsonov@google.com> | 2013-01-31 13:46:14 +0000 |
commit | a0c0da8f51fc1e54584329830b3ed82006b0dcec (patch) | |
tree | d5c54f85e86e96b8e8e4bbf44d75562b4c09db00 /compiler-rt/lib/asan/asan_fake_stack.cc | |
parent | aa58b97235a8373c6b6ee24c30e1c578a70f5eea (diff) | |
download | bcm5719-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_fake_stack.cc')
-rw-r--r-- | compiler-rt/lib/asan/asan_fake_stack.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/lib/asan/asan_fake_stack.cc b/compiler-rt/lib/asan/asan_fake_stack.cc index 7c5a16312d4..2cede368f2f 100644 --- a/compiler-rt/lib/asan/asan_fake_stack.cc +++ b/compiler-rt/lib/asan/asan_fake_stack.cc @@ -14,7 +14,6 @@ #include "asan_allocator.h" #include "asan_thread.h" #include "asan_thread_registry.h" -#include "sanitizer/asan_interface.h" namespace __asan { |