mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-03 06:57:55 +00:00
Also make clang-3.5 breaks/replaces clang. Conflicts on
/usr/share/clang/scan-view/ScanView.py (Closes: #730266)
This commit is contained in:
parent
fd189bea24
commit
b32315ae5d
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -3,6 +3,8 @@ llvm-toolchain-snapshot (1:3.5~svn197556-2) unstable; urgency=low
|
||||
* Update clang-format declaration from 3.4 => 3.5. Closes upstream bug #18451
|
||||
* Fix the cindex.py declaration (3.3 => 3.5). Closes upstream bug #18365
|
||||
* Force gcc 4.8. LLVM & Co are now in C++ 11.
|
||||
* Also make clang-3.5 breaks/replaces clang. Conflicts on
|
||||
/usr/share/clang/scan-view/ScanView.py (Closes: #730266)
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 15 Jan 2014 15:08:03 +0100
|
||||
|
||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -25,8 +25,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
||||
libclang1-3.5 (= ${binary:Version})
|
||||
Provides: c-compiler, objc-compiler, c++-compiler
|
||||
Recommends: llvm-3.5-dev, python
|
||||
Replaces: clang-3.1, clang-3.2, clang-3.3, clang-3.4, compiler-rt
|
||||
Breaks: clang-3.1, clang-3.2, clang-3.3, clang-3.4, compiler-rt
|
||||
Replaces: clang, clang-3.1, clang-3.2, clang-3.3, clang-3.4, compiler-rt
|
||||
Breaks: clang, clang-3.1, clang-3.2, clang-3.3, clang-3.4, compiler-rt
|
||||
Description: C, C++ and Objective-C compiler (LLVM based)
|
||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
||||
|
Loading…
Reference in New Issue
Block a user