[PATCH] D15363: [UBSan] Implement runtime suppressions (PR25066).

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 15 15:02:07 PST 2016


thakis added a comment.

I figured out the difference. If I set up my environment by running `setenv.cmd` in the windows sdk, the test fails. If I set it up by running `vcvarsall.bat`, the test succeeds. Not clear yet why. But with the setenv.cmd setup, the asan suppression test fails too.


Repository:
  rL LLVM

http://reviews.llvm.org/D15363





More information about the cfe-commits mailing list