citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 3f9f7264e1bc031e1cc913eb121be811b2256a8b
parent 4629f770f576bd8f39ff8980808b14f4d55d8eb6
Author: Kyle Milz <milz@sparc64.0x30.net>
Date:   Fri, 31 Jan 2020 20:30:06 -0800

inst: update comment on windows process forking

Diffstat:
Mbin/inst_fewin32.cc | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/inst_fewin32.cc b/bin/inst_fewin32.cc @@ -113,9 +113,9 @@ InstFrontendWin32::exec_compiler() } // -// On Windows this is a straighforward conversion. We do our own PATH lookup -// because the default one CreateProcess does will find our cl.exe again -// instead of searching the PATH for a new one. +// Fork and wait for a compiler to finish and return the exit code. +// Do our own PATH lookup because the default one CreateProcess does will find +// our cl.exe again instead of searching the PATH for a new one. Exits on error. // int InstFrontendWin32::fork_compiler()