Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(966)

Unified Diff: lit_tests/interface_symbols.c

Issue 6483044: [ASan] make __asan_symbolize a weak function overridable by user (Closed) Base URL: https://llvm.org/svn/llvm-project/compiler-rt/trunk/lib/asan/
Patch Set: z Created 12 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « asan_win.cc ('k') | output_tests/test_output.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lit_tests/interface_symbols.c
===================================================================
--- lit_tests/interface_symbols.c (revision 162352)
+++ lit_tests/interface_symbols.c (working copy)
@@ -3,8 +3,9 @@
// RUN: %clang -faddress-sanitizer -dead_strip -O2 %s -o %t.exe
// RUN: nm %t.exe | egrep " [TW] " | sed "s/.* T //" | sed "s/.* W //" \
// RUN: | grep "__asan_" | sed "s/___asan_/__asan_/" > %t.symbols
-// RUN: cat %p/../asan_interface.h | sed "s/\/\/.*//" | grep "__asan_.*(" \
-// RUN: | sed "s/.* __asan_/__asan_/;s/(.*//" > %t.interface
+// RUN: cat %p/../asan_interface.h | sed "s/\/\/.*//" | sed "s/typedef.*//" \
+// RUN: | grep "__asan_.*(" | sed "s/.* __asan_/__asan_/;s/(.*//" \
+// RUNL > %t.interface
// RUN: echo __asan_report_load1 >> %t.interface
// RUN: echo __asan_report_load2 >> %t.interface
// RUN: echo __asan_report_load4 >> %t.interface
« no previous file with comments | « asan_win.cc ('k') | output_tests/test_output.sh » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b