]> granicus.if.org Git - clang/commit
[NewPM] Add other sanitizers at O0
authorLeonard Chan <leonardchan@google.com>
Wed, 20 Feb 2019 03:50:11 +0000 (03:50 +0000)
committerLeonard Chan <leonardchan@google.com>
Wed, 20 Feb 2019 03:50:11 +0000 (03:50 +0000)
commit0e0e92dce242397835461581fa13ee8f3ea28669
tree46500fc6e5517a3042c64234e6a20ad5f1515320
parent5666d63c90bcd1643f942a3cbe103a7c6db74ca2
[NewPM] Add other sanitizers at O0

This allows for MSan and TSan to be used without optimizations required.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@354431 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/BackendUtil.cpp
test/Driver/msan.c
test/Driver/tsan.c