From 2ebabe8f6ca8fea7dd2a2a4aff0ca1d2d6731eef Mon Sep 17 00:00:00 2001 From: David Major Date: Thu, 20 Sep 2018 15:22:21 +0000 Subject: [PATCH] Fix test after r342652 llvm-svn: 342654 --- compiler-rt/test/asan/TestCases/Windows/dll_host.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/test/asan/TestCases/Windows/dll_host.cc b/compiler-rt/test/asan/TestCases/Windows/dll_host.cc index 512f930..324bd58 100644 --- a/compiler-rt/test/asan/TestCases/Windows/dll_host.cc +++ b/compiler-rt/test/asan/TestCases/Windows/dll_host.cc @@ -29,6 +29,7 @@ // IMPORT: __asan_wrap_HeapReAlloc // IMPORT: __asan_wrap_HeapSize // IMPORT: __asan_wrap_CreateThread +// IMPORT: __asan_wrap_NtTerminateThread // IMPORT: __asan_wrap_RaiseException // IMPORT: __asan_wrap_RtlRaiseException // IMPORT: __asan_wrap_SetUnhandledExceptionFilter -- 2.7.4