[Win32] Let utils/not aware of abort(), aka llvm_unreachable(), in msvcrt.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 13 Jun 2014 12:23:56 +0000 (12:23 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 13 Jun 2014 12:23:56 +0000 (12:23 +0000)
commit94afbc661f81a99db036683bb12ea50cdcf8d27b
tree499c678f9c97334fbdc6dbacdfcce59fa442d616
parentc5865cb4fcfb57fd979af4b1e816d0a35e5bf444
[Win32] Let utils/not aware of abort(), aka llvm_unreachable(), in msvcrt.

It has exit code as 3. abort(), aka unreachable, may be handled as crash.

FIXME: Could we move this into Win32/Program.inc?

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210895 91177308-0d34-0410-b5e6-96231b3b80d8
utils/not/not.cpp