Fix Windows export list.
authorPeter Collingbourne <peter@pcc.me.uk>
Tue, 21 Mar 2023 02:20:33 +0000 (19:20 -0700)
committerPeter Collingbourne <peter@pcc.me.uk>
Tue, 21 Mar 2023 02:20:43 +0000 (19:20 -0700)
Should fix Windows buildbot:
https://lab.llvm.org/buildbot/#/builders/127/builds/45411

compiler-rt/test/asan/TestCases/Windows/interface_symbols_windows.cpp

index 58808d4..f3ed331 100644 (file)
@@ -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