Skip to content

Commit

Permalink
[ASan] Fixed Windows test by excluding macro instantiated INTERFACE_F…
Browse files Browse the repository at this point in the history
…UNCTION.

Reviewed By: kstoimenov

Differential Revision: https://reviews.llvm.org/D115478
  • Loading branch information
kstoimenov committed Dec 10, 2021
1 parent d3ca749 commit 76d3d07
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -15,14 +15,14 @@
// [BEWARE: be really careful with the sed commands, as this test can be run
// from different environments with different shells and seds]
//
// RUN: grep -e "INTERFACE_FUNCTION" \
// RUN: grep -e "^INTERFACE_FUNCTION" \
// RUN: %p/../../../../lib/asan/asan_interface.inc \
// RUN: %p/../../../../lib/ubsan/ubsan_interface.inc \
// RUN: %p/../../../../lib/sanitizer_common/sanitizer_common_interface.inc \
// RUN: %p/../../../../lib/sanitizer_common/sanitizer_coverage_interface.inc \
// RUN: | sed -e "s/.*(//" -e "s/).*//" > %t.imports1
//
// RUN: grep -e "INTERFACE_WEAK_FUNCTION" \
// RUN: grep -e "^INTERFACE_WEAK_FUNCTION" \
// RUN: %p/../../../../lib/asan/asan_interface.inc \
// RUN: %p/../../../../lib/ubsan/ubsan_interface.inc \
// RUN: %p/../../../../lib/sanitizer_common/sanitizer_common_interface.inc \
Expand Down

0 comments on commit 76d3d07

Please sign in to comment.