mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 20:00:43 +00:00
Fix path to /usr/lib/clang/3.5.0/ (Closes upstream #19088)
This commit is contained in:
parent
48936df9aa
commit
fa111a516a
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -3,6 +3,7 @@ llvm-toolchain-snapshot (1:3.5~svn200375-3) UNRELEASED; urgency=medium
|
|||||||
* Fix the cmake install patch
|
* Fix the cmake install patch
|
||||||
* Disable profile_rt.diff for now
|
* Disable profile_rt.diff for now
|
||||||
* Refresh of libclang1-3.5.symbols
|
* Refresh of libclang1-3.5.symbols
|
||||||
|
* Fix path to /usr/lib/clang/3.5.0/ (Closes upstream #19088)
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 19 Feb 2014 22:57:27 +0100
|
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 19 Feb 2014 22:57:27 +0100
|
||||||
|
|
||||||
|
2
debian/libclang-common-3.5-dev.links
vendored
2
debian/libclang-common-3.5-dev.links
vendored
@ -1,4 +1,4 @@
|
|||||||
usr/lib/llvm-3.5/lib/clang/3.5.0/include usr/include/clang/3.5/include
|
usr/lib/llvm-3.5/lib/clang/3.5.0/include usr/include/clang/3.5/include
|
||||||
usr/lib/llvm-3.5/lib/clang/3.5.0/include usr/lib/clang/3.5/include
|
usr/lib/llvm-3.5/lib/clang/3.5.0/include usr/lib/clang/3.5/include
|
||||||
usr/lib/llvm-3.5/lib/clang/3.5.0/lib /usr/lib/clang/3.5/lib
|
usr/lib/llvm-3.5/lib/clang/3.5.0/lib /usr/lib/clang/3.5/lib
|
||||||
|
usr/lib/clang/3.5 usr/lib/clang/3.5.0
|
||||||
|
Loading…
Reference in New Issue
Block a user