summaryrefslogtreecommitdiff
path: root/lib/asan/lit_tests
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2013-09-10 13:16:26 +0000
committerKostya Serebryany <kcc@google.com>2013-09-10 13:16:26 +0000
commit34e3ed1db94c5ce9784d7ffb8d66a54cf523e09c (patch)
treee6a23489ee359fc2cabc950852b8961294bc2109 /lib/asan/lit_tests
parent1e7a3d7ebebf7e2b7b44e2946d33ae127b94c064 (diff)
downloadcompiler-rt-34e3ed1db94c5ce9784d7ffb8d66a54cf523e09c.tar.gz
compiler-rt-34e3ed1db94c5ce9784d7ffb8d66a54cf523e09c.tar.bz2
compiler-rt-34e3ed1db94c5ce9784d7ffb8d66a54cf523e09c.tar.xz
[asan] refactor the use-after-return API so that the size class is computed at compile time instead of at run-time. compiler-rt part
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@190406 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/asan/lit_tests')
-rw-r--r--lib/asan/lit_tests/TestCases/Linux/interface_symbols_linux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/asan/lit_tests/TestCases/Linux/interface_symbols_linux.c b/lib/asan/lit_tests/TestCases/Linux/interface_symbols_linux.c
index baabc059..d6ceda7a 100644
--- a/lib/asan/lit_tests/TestCases/Linux/interface_symbols_linux.c
+++ b/lib/asan/lit_tests/TestCases/Linux/interface_symbols_linux.c
@@ -7,6 +7,7 @@
// RUN: | grep -v "__asan_free_hook" \
// RUN: | grep -v "__asan_symbolize" \
// RUN: | grep -v "__asan_default_options" \
+// RUN: | grep -v "__asan_stack_" \
// RUN: | grep -v "__asan_on_error" > %t.symbols
// RUN: cat %p/../../../asan_interface_internal.h \
// RUN: | sed "s/\/\/.*//" | sed "s/typedef.*//" \