[PATCH] D52279: [sanitizer] Make __sanitizer::CheckFailed not public
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 26 11:17:31 PDT 2018
mstorsjo added a comment.
In https://reviews.llvm.org/D52279#1246672, @cryptoad wrote:
> Or maybe replace the `CHECK` there with a `Trap`?
Oh, indeed - we call `__debugbreak()` there instead, for the dll thunk case - we can use that for the dynamic runtime thunk case as well. I'll send a patch with that.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D52279
More information about the llvm-commits
mailing list