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_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_stack.cc')
| -rw-r--r-- | compiler-rt/lib/asan/asan_stack.cc | 2 |
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 { |

