[clang] [compiler-rt] [asan][windows] Eliminate the static asan runtime on windows (PR #81677)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 26 16:24:19 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"                                \
----------------
vitalybuka wrote:

can we move related changes into a separate patch

https://github.com/llvm/llvm-project/pull/81677


More information about the llvm-commits mailing list