[clang] [compiler-rt] [asan][windows] Eliminate the static asan runtime on windows (PR #81677)
Charlie Barto via cfe-commits
cfe-commits at lists.llvm.org
Wed May 1 14:58:13 PDT 2024
================
@@ -35,6 +35,9 @@
// RUN: %p/../../../../lib/sanitizer_common/sanitizer_coverage_interface.inc \
// RUN: | grep -e "INTERFACE_\(WEAK_\)\?FUNCTION" \
// RUN: | grep -v "__sanitizer_weak_hook" \
+// RUN: | grep -v "__sanitizer_override_function" \
----------------
barcharcraz wrote:
It would cause test failures on linux/darwin. These tests grep the interface files for "expected" imports and do not run the preprocessor on them, so the new interface symbols on windows need to be excluded.
https://github.com/llvm/llvm-project/pull/81677
More information about the cfe-commits
mailing list