[PATCH] D47793: [MSan] Report proper error on allocator failures instead of CHECK(0)-ing

Aleksey Shlyapnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 7 15:16:49 PDT 2018


alekseyshl added inline comments.


================
Comment at: test/msan/Posix/lit.local.cfg:8
+
+if root.host_os in ['Windows']:
+  config.unsupported = True
----------------
vitalybuka wrote:
> we don't have msan on windows?
> I guess it's always posix
No, we do not. But I'd rather have the same config in all sanitizers, easier to maintain, don't you agree?


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D47793





More information about the llvm-commits mailing list