commit | d483c072af66dced0624b9ac2fa03b27f8dcd750 | [log] [tgz] |
---|---|---|
author | Reid Kleckner <[email protected]> | Thu Sep 05 03:19:57 2013 |
committer | Reid Kleckner <[email protected]> | Thu Sep 05 03:19:57 2013 |
tree | 57fd9ccbdcadc2314a58094c51ae53c13a385580 | |
parent | 2f58696ddd0b0e247b0b9bb8479900fa5c8ee765 [diff] |
sanitizers: Make sure Visual Studio gets error reports Visual Studio appears to close stderr before launching a non-console win32 program. This means we don't see any sanitizer reports. If stderr printing fails, call OutputDebugStringA to get the reports into the Visual Studio debugger console. llvm-svn: 190030