summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2018-04-04 23:48:06 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2018-04-04 23:48:06 +0000
commit072b1a2d6cba49e3c75b7d8ebd7dacd495d47148 (patch)
treef542eb26d2993e06319d007b300ec8aed3aa5144 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent3a7fdb7d045f24fd2537b5f2f6ab576e1291ad89 (diff)
downloadbcm5719-llvm-072b1a2d6cba49e3c75b7d8ebd7dacd495d47148.tar.gz
bcm5719-llvm-072b1a2d6cba49e3c75b7d8ebd7dacd495d47148.zip
Enable msan unconditionally on Linux.
Memory sanitizer compatibility are already done in MemorySanitizer::doInitialization. It verifies whether the necessary offsets exist and bails out if not. For this reason it is no good to duplicate two checks in two projects. This patch removes clang check and postpones msan compatibility validation till MemorySanitizer::doInitialization. Another reason for this patch is to allow using msan with any CPU (given compatible runtime) and custom mapping provided via the arguments added by https://reviews.llvm.org/D44926. Patch by vit9696. Differential Revision: https://reviews.llvm.org/D44927 llvm-svn: 329241
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud