libfuzzer depends on the same version of clang (Closes: #833564)

This commit is contained in:
Sylvestre Ledru 2016-08-07 13:05:26 +00:00
parent ddcd6b5bd0
commit f0a8b88cce
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -4,6 +4,7 @@ llvm-toolchain-3.8 (1:3.8.1-8) unstable; urgency=medium
* Revert drop-avx512-from-skylake.diff, it is causing some regressions in the
testsuite
* Disable lldb on ppc64
* libfuzzer depends on the same version of clang (Closes: #833564)
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 07 Aug 2016 14:10:09 +0200

2
debian/control vendored
View File

@ -159,7 +159,7 @@ Description: clang library - Common development package
Package: libfuzzer-3.8-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, clang-3.8 (= ${binary:Version})
Description: Library for coverage-guided fuzz testing
LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing
of other libraries.