Fuzzer: Fix library dependencies.
authorPeter Collingbourne <peter@pcc.me.uk>
Wed, 16 Dec 2015 02:14:57 +0000 (02:14 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Wed, 16 Dec 2015 02:14:57 +0000 (02:14 +0000)
commit5b00f3232ba003e4dd899e3301499749c57992a2
tree9dedaebf332bf9ad4a5906777fd6bf569b9c113c
parent8c9bc7b01bf5e097f461703f6ce7a35e65178e66
Fuzzer: Fix library dependencies.

Newer versions of libstdc++ (4.9+), as well as libc++, depend directly on
libpthread from the standard library headers, so libfuzzer needs to declare
a standard library dependency.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255745 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/CMakeLists.txt