mirror of
https://github.com/intel/llvm.git
synced 2026-02-06 15:18:53 +08:00
HostProcessWindows::Terminate() correctly uses m_process which type is process_t (HANDLE) to call ::TerminateProcess(). But Host::Kill() uses a cast from pid, which is wrong. This patch fixes #51793