sys::process::get_id() now returns the process ID instead of a process handle on...
authorAaron Ballman <aaron@aaronballman.com>
Sat, 8 Jun 2013 20:29:03 +0000 (20:29 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Sat, 8 Jun 2013 20:29:03 +0000 (20:29 +0000)
commit0c793018079803628b5aeee6bbc1e6464fbefd65
tree743379e32168eaf3e32b72cc28f4a8f625da7a77
parent1799921672835c49f6a29fc27d1840b7c36beabd
sys::process::get_id() now returns the process ID instead of a process handle on Windows.  Patch thanks to Kim Gräsman!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183621 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Process.h
lib/Support/Windows/Process.inc
unittests/Support/ProcessTest.cpp