commit | 88a13b91591747ca1b399f8937c022f710360837 | [log] [tgz] |
---|---|---|
author | Philip Pfaffe <philip.pfaffe@gmail.com> | Thu Jan 17 10:10:47 2019 +0000 |
committer | Philip Pfaffe <philip.pfaffe@gmail.com> | Thu Jan 17 10:10:47 2019 +0000 |
tree | e84e631db7b4fb0825d6aadcf344638b51a97866 | |
parent | 07f1c62371c57a66b23933811a585e201dde8e27 [diff] |
[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 llvm-svn: 351423