[PATCH] D47793: [MSan] Report proper error on allocator failures instead of CHECK(0)-ing
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 7 14:20:04 PDT 2018
vitalybuka added inline comments.
================
Comment at: test/msan/Posix/lit.local.cfg:8
+
+if root.host_os in ['Windows']:
+ config.unsupported = True
----------------
we don't have msan on windows?
I guess it's always posix
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D47793
More information about the llvm-commits
mailing list