mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-20 06:16:14 +00:00
Merge branch '9' into snapshot
This commit is contained in:
commit
0df42be326
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -162,6 +162,12 @@ llvm-toolchain-snapshot (1:10~svn366440-1~exp1) experimental; urgency=medium
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 18 Jul 2019 18:58:32 +0200
|
||||
|
||||
llvm-toolchain-9 (1:9.0.1-8) unstable; urgency=medium
|
||||
|
||||
* Add two new python autopkgtests to avoid regressions in the future
|
||||
|
||||
-- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 23 Jan 2020 10:08:27 +0100
|
||||
|
||||
llvm-toolchain-9 (1:9.0.1-7) unstable; urgency=medium
|
||||
|
||||
* Add dependency on libclang-cpp-9 from llvm-9-dev (Closes: #946761)
|
||||
|
6
debian/tests/control
vendored
6
debian/tests/control
vendored
@ -8,3 +8,9 @@ Restrictions: allow-stderr
|
||||
|
||||
Tests: cmake-test
|
||||
Depends: gcc, build-essential, cmake, llvm-10-dev, libclang-common-10-dev
|
||||
|
||||
Test-Command: python3 -c "import lldb; print(lldb.__file__); print(lldb)"
|
||||
Depends: python3-lldb-10
|
||||
|
||||
Test-Command: python3 -c "import clang; print(clang.__file__); print(clang)"
|
||||
Depends: python3-clang-10
|
||||
|
Loading…
Reference in New Issue
Block a user