[compiler-rt] r342654 - Fix test after r342652

David Major via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 20 08:22:21 PDT 2018


Author: dmajor
Date: Thu Sep 20 08:22:21 2018
New Revision: 342654

URL: http://llvm.org/viewvc/llvm-project?rev=342654&view=rev
Log:
Fix test after r342652


Modified:
    compiler-rt/trunk/test/asan/TestCases/Windows/dll_host.cc

Modified: compiler-rt/trunk/test/asan/TestCases/Windows/dll_host.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Windows/dll_host.cc?rev=342654&r1=342653&r2=342654&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Windows/dll_host.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Windows/dll_host.cc Thu Sep 20 08:22:21 2018
@@ -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




More information about the llvm-commits mailing list