diff options
author | Jakub Jelinek <jakub@redhat.com> | 2017-01-24 09:19:37 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2017-01-24 09:19:37 +0100 |
commit | c831801da84c52ab1d0677b992f76a131882203f (patch) | |
tree | 1aa2810ded5eb5ac0aa6f0b29c02718c65bfcb97 /libsanitizer/ChangeLog | |
parent | 5f407e5751b1673b5e9604ea5ffe693aa17b47ca (diff) | |
download | gcc-c831801da84c52ab1d0677b992f76a131882203f.zip gcc-c831801da84c52ab1d0677b992f76a131882203f.tar.gz gcc-c831801da84c52ab1d0677b992f76a131882203f.tar.bz2 |
* configure.tgt: Enable tsan and lsan on powerpc64{,le}-*-linux*.
From-SVN: r244854
Diffstat (limited to 'libsanitizer/ChangeLog')
-rw-r--r-- | libsanitizer/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libsanitizer/ChangeLog b/libsanitizer/ChangeLog index 70a66cd..b0a4546 100644 --- a/libsanitizer/ChangeLog +++ b/libsanitizer/ChangeLog @@ -1,5 +1,7 @@ 2017-01-24 Jakub Jelinek <jakub@redhat.com> + * configure.tgt: Enable tsan and lsan on powerpc64{,le}-*-linux*. + PR sanitizer/79168 * merge.sh (change_comment_headers): Don't remove 2nd and 3rd line if the 3rd line doesn't contain 'The LLVM Compiler Infrastructure' |