]> granicus.if.org Git - clang/commit
[NewPM] Add -fsanitize={memory,thread} handling to clang
authorPhilip Pfaffe <philip.pfaffe@gmail.com>
Thu, 17 Jan 2019 10:10:47 +0000 (10:10 +0000)
committerPhilip Pfaffe <philip.pfaffe@gmail.com>
Thu, 17 Jan 2019 10:10:47 +0000 (10:10 +0000)
commitf4a17e789b68f196bdac6eb88a7126988cee65f3
tree8ca3418a4d0468f4252dbc86f642a9933faa9479
parent80ee4f8ba80e75862fa78624354cf1a3d98e115e
[NewPM] Add -fsanitize={memory,thread} handling to clang

Summary: This is the missing bit to drive thread and memory sanitizers through clang using the new PassManager.

Reviewers: chandlerc, fedor.sergeev, vitalybuka, leonardchan

Subscribers: bollu, llvm-commits

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

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