mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-16 05:27:39 +00:00
Merge remote-tracking branch 'origin/6.0' into 7
This commit is contained in:
commit
91979c4d26
21
debian/changelog
vendored
21
debian/changelog
vendored
@ -1,15 +1,14 @@
|
|||||||
llvm-toolchain-7 (1:7.0.1-5) unstable; urgency=medium
|
llvm-toolchain-7 (1:7.0.1-5) unstable; urgency=medium
|
||||||
|
|
||||||
<<<<<<<
|
|
||||||
* Add 'Rules-Requires-Root: no' in debian/control
|
* Add 'Rules-Requires-Root: no' in debian/control
|
||||||
=======
|
|
||||||
* llvm-7-examples: Force the same version of llvm-7-dev to mitigate
|
* llvm-7-examples: Force the same version of llvm-7-dev to mitigate
|
||||||
a debci issue
|
a debci issue
|
||||||
https://ci.debian.net/data/autopkgtest/unstable/amd64/l/llvm-toolchain-7/1635547/log.gz
|
https://ci.debian.net/data/autopkgtest/unstable/amd64/l/llvm-toolchain-7/1635547/log.gz
|
||||||
* Add 'Rules-Requires-Root: no' in debian/control
|
* Add 'Rules-Requires-Root: no' in debian/control
|
||||||
* Because more and more tools in clang-tools are in python, add
|
* Because more and more tools in clang-tools are in python, add
|
||||||
the dependency
|
the dependency
|
||||||
>>>>>>>
|
* Remove 'Multi-Arch: same' in libclang
|
||||||
|
(Closes: #874248)
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 04 Jan 2019 16:00:41 +0100
|
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 04 Jan 2019 16:00:41 +0100
|
||||||
|
|
||||||
@ -637,12 +636,24 @@ llvm-toolchain-snapshot (1:7~svn322880-1) unstable; urgency=medium
|
|||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 18 Jan 2018 20:50:03 +0100
|
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 18 Jan 2018 20:50:03 +0100
|
||||||
|
|
||||||
llvm-toolchain-6.0 (1:6.0.1-10) UNRELEASED; urgency=medium
|
llvm-toolchain-6.0 (1:6.0.1-10) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Fix a baseline violation on armhf (Closes: #914268)
|
||||||
|
Thanks to Adrian Bunk
|
||||||
|
doing that for the Julia package.
|
||||||
|
|
||||||
[ John Paul Adrian Glaubitz ]
|
[ John Paul Adrian Glaubitz ]
|
||||||
* Add patch to fix missing include and library paths on x32
|
* Add patch to fix missing include and library paths on x32
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 18 Oct 2018 16:43:31 +0200
|
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 23 Jan 2019 23:25:50 +0100
|
||||||
|
|
||||||
|
llvm-toolchain-6.0 (1:6.0.1-9.2) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Non-maintainer upload.
|
||||||
|
* debian/patches/D53557-hurd-self-exe-realpath.diff: Fix paths returned by
|
||||||
|
llvm-config (Closes: Bug#911817).
|
||||||
|
|
||||||
|
-- Samuel Thibault <sthibault@debian.org> Wed, 24 Oct 2018 22:44:54 +0000
|
||||||
|
|
||||||
llvm-toolchain-6.0 (1:6.0.1-9.1) unstable; urgency=medium
|
llvm-toolchain-6.0 (1:6.0.1-9.1) unstable; urgency=medium
|
||||||
|
|
||||||
|
1
debian/control
vendored
1
debian/control
vendored
@ -105,7 +105,6 @@ Section: libs
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Multi-Arch: same
|
|
||||||
Description: C interface to the Clang library
|
Description: C interface to the Clang library
|
||||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||||
based on the LLVM compiler. Its goal is to offer a replacement to the
|
based on the LLVM compiler. Its goal is to offer a replacement to the
|
||||||
|
Loading…
Reference in New Issue
Block a user