mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-10 06:53:50 +00:00
libfuzzer depends on the same version of clang (Closes: #833564)
This commit is contained in:
parent
ddcd6b5bd0
commit
f0a8b88cce
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -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
|
* Revert drop-avx512-from-skylake.diff, it is causing some regressions in the
|
||||||
testsuite
|
testsuite
|
||||||
* Disable lldb on ppc64
|
* 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
|
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 07 Aug 2016 14:10:09 +0200
|
||||||
|
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -159,7 +159,7 @@ Description: clang library - Common development package
|
|||||||
Package: libfuzzer-3.8-dev
|
Package: libfuzzer-3.8-dev
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}, clang-3.8 (= ${binary:Version})
|
||||||
Description: Library for coverage-guided fuzz testing
|
Description: Library for coverage-guided fuzz testing
|
||||||
LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing
|
LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing
|
||||||
of other libraries.
|
of other libraries.
|
||||||
|
Loading…
Reference in New Issue
Block a user