]> granicus.if.org Git - clang/commit
Teach Clang about the PPC64 memory sanitizer implementation.
authorJay Foad <jay.foad@gmail.com>
Thu, 25 Jun 2015 10:35:19 +0000 (10:35 +0000)
committerJay Foad <jay.foad@gmail.com>
Thu, 25 Jun 2015 10:35:19 +0000 (10:35 +0000)
commitb8a5f994a88662e87de1ca45daaf106d970ab7d5
tree4ce77ca05afd087a4b2b8710c33ffa1f2a3f632c
parent5994368c76fc759e343c500ae283b241b196a514
Teach Clang about the PPC64 memory sanitizer implementation.

Summary:
This is the Clang part of the PPC64 memory sanitizer implementation in
D10648.

Reviewers: kcc, eugenis, willschm, wschmidt, samsonov

Reviewed By: samsonov

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D10650

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@240628 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains.cpp
test/Driver/fsanitize.c
test/Driver/msan.c [new file with mode: 0644]