[compiler-rt] 64d96ec - Fix Windows export list.
Peter Collingbourne via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 20 19:21:03 PDT 2023
Author: Peter Collingbourne
Date: 2023-03-20T19:20:43-07:00
New Revision: 64d96ec817f18d7fffa706989e4a1d54186c8b18
URL: https://github.com/llvm/llvm-project/commit/64d96ec817f18d7fffa706989e4a1d54186c8b18
DIFF: https://github.com/llvm/llvm-project/commit/64d96ec817f18d7fffa706989e4a1d54186c8b18.diff
LOG: Fix Windows export list.
Should fix Windows buildbot:
https://lab.llvm.org/buildbot/#/builders/127/builds/45411
Added:
Modified:
compiler-rt/test/asan/TestCases/Windows/interface_symbols_windows.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/asan/TestCases/Windows/interface_symbols_windows.cpp b/compiler-rt/test/asan/TestCases/Windows/interface_symbols_windows.cpp
index 58808d4387612..f3ed331451ad4 100644
--- a/compiler-rt/test/asan/TestCases/Windows/interface_symbols_windows.cpp
+++ b/compiler-rt/test/asan/TestCases/Windows/interface_symbols_windows.cpp
@@ -40,7 +40,6 @@
// IMPORT: __asan_set_seh_filter
// IMPORT: __asan_unhandled_exception_filter
// IMPORT: __asan_test_only_reported_buggy_pointer
-// IMPORT: __sancov_lowest_stack
// IMPORT: __ubsan_vptr_type_cache
//
// RUN: cat %t.imports1 %t.imports2 %t.imports3 | sort | uniq > %t.imports-sorted
More information about the llvm-commits
mailing list