]> granicus.if.org Git - clang/commit
Use -fsanitize-recover instead of -mllvm -msan-keep-going: clang.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Mon, 7 Nov 2016 21:02:11 +0000 (21:02 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Mon, 7 Nov 2016 21:02:11 +0000 (21:02 +0000)
commit8128dec2e7c41298e4ba63aef7a695409a710827
treecbd9631e213c989fe399e4eff50946ca6c3bb23b
parent2d91c3ae7263449c2f49a4217187a5cf7ff35d55
Use -fsanitize-recover instead of -mllvm -msan-keep-going: clang.

Summary: Use -fsanitize-recover instead of -mllvm -msan-keep-going: pass -fsanitize-recover value to msan.

Reviewers: eugenis

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D26354

Patch by Aleksey Shlyapnikov.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@286148 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/BackendUtil.cpp