File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
compiler-rt/test/asan/TestCases Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 35
35
// RUN: %p/../../../../lib/sanitizer_common/sanitizer_coverage_interface.inc \
36
36
// RUN: | grep -e "INTERFACE_\(WEAK_\)\?FUNCTION" \
37
37
// RUN: | grep -v "__sanitizer_weak_hook" \
38
+ // RUN: | grep -v "__sanitizer_override_function" \
39
+ // RUN: | grep -v "__sanitizer_override_function_by_addr" \
40
+ // RUN: | grep -v "__sanitizer_register_weak_function" \
38
41
// RUN: | sed -e "s/.*(//" -e "s/).*//" > %t.imports
39
42
//
40
43
// RUN: cat %t.imports | sort | uniq > %t.imports-sorted
Original file line number Diff line number Diff line change 21
21
// RUN: %p/../../../../lib/sanitizer_common/sanitizer_coverage_interface.inc \
22
22
// RUN: | grep -e "INTERFACE_\(WEAK_\)\?FUNCTION" \
23
23
// RUN: | grep -v "__sanitizer_weak_hook" \
24
+ // RUN: | grep -v "__sanitizer_override_function" \
25
+ // RUN: | grep -v "__sanitizer_override_function_by_addr" \
26
+ // RUN: | grep -v "__sanitizer_register_weak_function" \
24
27
// RUN: | sed -e "s/.*(//" -e "s/).*//" > %t.imports
25
28
//
26
29
// RUN: cat %t.imports | sort | uniq > %t.imports-sorted
You can’t perform that action at this time.
0 commit comments