summaryrefslogtreecommitdiff
path: root/lib/asan/asan_thread.h
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2013-04-11 11:39:19 +0000
committerKostya Serebryany <kcc@google.com>2013-04-11 11:39:19 +0000
commit244384d1a8a518c0b1ceaa5809333a91db1104b6 (patch)
tree47d90ddc0a1a619a7af1334f5765d6348af037bc /lib/asan/asan_thread.h
parent2c02f6327f51243fc0ba17992cecb2857fa8bdf8 (diff)
downloadcompiler-rt-244384d1a8a518c0b1ceaa5809333a91db1104b6.tar.gz
compiler-rt-244384d1a8a518c0b1ceaa5809333a91db1104b6.tar.bz2
compiler-rt-244384d1a8a518c0b1ceaa5809333a91db1104b6.tar.xz
[asan] move fake stack into a separate .h file; actually disable a failing test
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@179273 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/asan/asan_thread.h')
-rw-r--r--lib/asan/asan_thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/asan/asan_thread.h b/lib/asan/asan_thread.h
index 084cb30c..14062b62 100644
--- a/lib/asan/asan_thread.h
+++ b/lib/asan/asan_thread.h
@@ -16,6 +16,7 @@
#include "asan_allocator.h"
#include "asan_internal.h"
+#include "asan_fake_stack.h"
#include "asan_stack.h"
#include "asan_stats.h"
#include "sanitizer_common/sanitizer_libc.h"