Don't search for third party libraries while using MSan
authorReid Kleckner <rnk@google.com>
Thu, 19 Nov 2015 00:05:21 +0000 (00:05 +0000)
committerReid Kleckner <rnk@google.com>
Thu, 19 Nov 2015 00:05:21 +0000 (00:05 +0000)
commite96fd6deb052ad5c0c6a28d43bfd611bed7c2898
treece7e616d6679b8f14b6e7826765e222912382717
parent5f2411b7502548a9fdd798cd7830fc5909c682bc
Don't search for third party libraries while using MSan

On the average user's system, those libraries will not be compiled with
MSan. Prior to this change, the LLVM test suite was full of false
positives from calls from third party libraries to MSan interceptors
like strlen.

We can remove this check if MSan ever grows a suppression mechanism
similar to TSan's.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253526 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/config-ix.cmake