Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in RegisterHan...
authorDaniel Dunbar <daniel@zuster.org>
Tue, 22 Sep 2009 09:50:28 +0000 (09:50 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 22 Sep 2009 09:50:28 +0000 (09:50 +0000)
commitdf3388492bc2bfc73b3e0195693e2f67f10dcf52
tree5e1e37a23d76baf85b3da8897792149c127a24be
parentdace0ed8c7b33056c533a7e878d600f7eec5fd1c
Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in RegisterHandler and use to disable the Win32 crash dialogs. These are a major blocker to any kind of automated testing.

Also, tweak the 'lit' test runner to set this variable unconditionally.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82537 91177308-0d34-0410-b5e6-96231b3b80d8
lib/System/Win32/Signals.inc
utils/lit/TestingConfig.py