Your message dated Wed, 29 Nov 2017 21:00:18 +0000
with message-id <[email protected]>
and subject line Bug#882505: fixed in llvm-toolchain-5.0 1:5.0.1~+rc1-1~exp2
has caused the Debian Bug report #882505,
regarding llvm-toolchain-4.0: add /usr/lib/cuda to the CUDA toolkit search paths
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
882505: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882505
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: llvm-toolchain-4.0
Version: 1:4.0.1-8
Severity: wishlist
Tags: patch
Hi,
I just updated nvidia-cuda-toolkit in non-free to provide a shim
monolithic cuda tree that is sufficient for
clang++ --cuda-path=/usr/lib/cuda
addressing LP: #1706326
https://bugs.launchpad.net/ubuntu/+source/nvidia-cuda-toolkit/+bug/1706326
The corresponding upstream llvm bug is
https://bugs.llvm.org/show_bug.cgi?id=26966
"RFE: Scattered --cuda-path in Linux Distributions"
where is was suggested to provide such a shim tree.
It would be nice to add this new search path to clang s.t. cuda support
in packaged clang works out-of-the-box with nvidia-cuda-toolkit/non-free
installed.
Please also propagate this patch to 5.0, 6.0, ...
I'm not sure whether this should be upstreamed ...
Thanks
Andreas
PS: I haven't tried to build and test clang with this patch, but it
looks pretty straight forward :-)
Author: Andreas Beckmann <[email protected]>
Description: add /usr/lib/cuda to CUDA search paths
nvidia-cuda-toolkit/non-free now provides a shim monolitic cuda install
tree in /usr/lib/cuda (LP: #1706326) that could be used for
clang++ --cuda-path=/usr/lib/cuda
let clang try that path by default, too, s.t. an explicit --cuda-path is
not needed for the nvidia-cuda-toolkit/non-free packages
try the new path *after* the default paths /usr/local/cuda{,-X.Y}
to not interfere with cuda installations from nvidia's installer
--- a/clang/lib/Driver/ToolChains.cpp
+++ b/clang/lib/Driver/ToolChains.cpp
@@ -1825,6 +1825,7 @@ CudaInstallationDetector::CudaInstallati
CudaPathCandidates.push_back(D.SysRoot + "/usr/local/cuda");
for (const char *Ver : Versions)
CudaPathCandidates.push_back(D.SysRoot + "/usr/local/cuda-" + Ver);
+ CudaPathCandidates.push_back(D.SysRoot + "/usr/lib/cuda");
}
for (const auto &CudaPath : CudaPathCandidates) {
--- End Message ---
--- Begin Message ---
Source: llvm-toolchain-5.0
Source-Version: 1:5.0.1~+rc1-1~exp2
We believe that the bug you reported is fixed in the latest version of
llvm-toolchain-5.0, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sylvestre Ledru <[email protected]> (supplier of updated llvm-toolchain-5.0
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 28 Nov 2017 16:27:35 +0100
Source: llvm-toolchain-5.0
Binary: clang-5.0 clang-tools-5.0 clang-format-5.0 clang-tidy-5.0 clang-5.0-doc
libclang1-5.0 libclang1-5.0-dbg libclang-5.0-dev libclang-common-5.0-dev
libfuzzer-5.0-dev python-clang-5.0 clang-5.0-examples libllvm5.0 libllvm5.0-dbg
llvm-5.0 llvm-5.0-runtime llvm-5.0-dev llvm-5.0-tools llvm-5.0-doc
llvm-5.0-examples lld-5.0 liblld-5.0 liblld-5.0-dev lldb-5.0 liblldb-5.0
liblldb-5.0-dbg python-lldb-5.0 liblldb-5.0-dev
Architecture: source amd64 all
Version: 1:5.0.1~+rc1-1~exp2
Distribution: experimental
Urgency: medium
Maintainer: LLVM Packaging Team <[email protected]>
Changed-By: Sylvestre Ledru <[email protected]>
Description:
clang-5.0 - C, C++ and Objective-C compiler
clang-5.0-doc - C, C++ and Objective-C compiler - Documentation
clang-5.0-examples - Clang examples
clang-format-5.0 - Tool to format C/C++/Obj-C code
clang-tidy-5.0 - clang-based C++ linter tool
clang-tools-5.0 - C, C++ and Objective-C compiler
libclang-5.0-dev - clang library - Development package
libclang-common-5.0-dev - clang library - Common development package
libclang1-5.0 - C interface to the clang library
libclang1-5.0-dbg - clang library (debug)
libfuzzer-5.0-dev - Library for coverage-guided fuzz testing
liblld-5.0 - LLVM-based linker, library
liblld-5.0-dev - LLVM-based linker, header files
liblldb-5.0 - Next generation, high-performance debugger, library
liblldb-5.0-dbg - Next generation, high-performance debugger, debugging
libraries
liblldb-5.0-dev - Next generation, high-performance debugger, header files
libllvm5.0 - Modular compiler and toolchain technologies, runtime library
libllvm5.0-dbg - Modular compiler and toolchain technologies, debugging
libraries
lld-5.0 - LLVM-based linker
lldb-5.0 - Next generation, high-performance debugger
llvm-5.0 - Modular compiler and toolchain technologies
llvm-5.0-dev - Modular compiler and toolchain technologies, libraries and
header
llvm-5.0-doc - Modular compiler and toolchain technologies, documentation
llvm-5.0-examples - Modular compiler and toolchain technologies, examples
llvm-5.0-runtime - Modular compiler and toolchain technologies, IR interpreter
llvm-5.0-tools - Modular compiler and toolchain technologies, tools
python-clang-5.0 - Clang Python Bindings
python-lldb-5.0 - Next generation, high-performance debugger, python lib
Closes: 836397 880221 882505 882781
Changes:
llvm-toolchain-5.0 (1:5.0.1~+rc1-1~exp2) experimental; urgency=medium
.
* Create clang-tools-5.0 and move the various clang tools into it
clang-tools-5.0 depends on clang-5.0. This might affect some packages.
(Closes: #836397)
* Take a patch for a stack alignment on sparc64 for rust
Thanks to John Paul Adrian Glaubitz for the work (Closes: #880221)
* Update of the clang description
* Standards-Version updated to 4.1.1
* Remove some old breaks/replaces/conflicts (<3.8)
* Fix some wrong-section-according-to-package-name and
priority-extra-is-replaced-by-priority-optional issues
* Use ?= for some variables declarations
* Remove the hardcoded declarations of llvm version in debian/rules
* add /usr/lib/cuda to the CUDA toolkit search paths
Thanks to Andreas Beckmann for the patch (Closes: #882505) (LP: #1706326)
* Fix the fix-scan-view-path.diff path
* Move libomp-dev from Suggests to Recommends (Closes: #882781)
* Do not ship liblld-5.0-dbg as we are not shipping the .so in this version
Checksums-Sha1:
1bfccd887750d377fed3b1a5a4a4f1d98806e994 7031
llvm-toolchain-5.0_5.0.1~+rc1-1~exp2.dsc
f5438b8697aa8196ad11ee465897dbe963b95caa 66908
llvm-toolchain-5.0_5.0.1~+rc1-1~exp2.debian.tar.xz
f25d761eb16cea4e196fb7a2af2b262e9d0db762 3186572
clang-5.0-dbgsym_5.0.1~+rc1-1~exp2_amd64.deb
296d5a6965f65c64a85898e0f3a11883c75f2614 900428
clang-5.0-doc_5.0.1~+rc1-1~exp2_all.deb
477eb51a820eb32f13a1ed0ed4752393b92bb382 32580
clang-5.0-examples_5.0.1~+rc1-1~exp2_amd64.deb
2011003c508d8e738e73177bb9d6cced6d8d4aec 8752924
clang-5.0_5.0.1~+rc1-1~exp2_amd64.deb
534d617f2102b5e070a064e16e473aebf9139dc8 35600
clang-format-5.0-dbgsym_5.0.1~+rc1-1~exp2_amd64.deb
b84287848d14a08634486d06a94241596bbd927c 576924
clang-format-5.0_5.0.1~+rc1-1~exp2_amd64.deb
2fcc5b9399911250890b04e72a06ba4666a48d3f 572600
clang-tidy-5.0-dbgsym_5.0.1~+rc1-1~exp2_amd64.deb
7dc37cd752b645920ef6678a5ec287c7864ea50d 6549948
clang-tidy-5.0_5.0.1~+rc1-1~exp2_amd64.deb
c66c5e72ec506f10563c943fbf8c0b99fee9fec2 2448328
clang-tools-5.0-dbgsym_5.0.1~+rc1-1~exp2_amd64.deb
23125a67ed631976c0a3ab0fa06a96aceb27a3b4 51602160
clang-tools-5.0_5.0.1~+rc1-1~exp2_amd64.deb
c43e2fbd9ecd8f6945937d1f1fb6bf9abace122a 18359888
libclang-5.0-dev_5.0.1~+rc1-1~exp2_amd64.deb
8993194827b84e8854a7d7cdb1be5cd0e7dd1eab 7005076
libclang-common-5.0-dev-dbgsym_5.0.1~+rc1-1~exp2_amd64.deb
622f1be6f143b55d13914923586c95f1429b1337 2977636
libclang-common-5.0-dev_5.0.1~+rc1-1~exp2_amd64.deb
03617bb34991bb32772f172c9322cbb816cfb2e7 606512
libclang1-5.0-dbg_5.0.1~+rc1-1~exp2_amd64.deb
38d94e0749c890cee68c9eab762c9ad1ea6b3d57 6753012
libclang1-5.0_5.0.1~+rc1-1~exp2_amd64.deb
7b0c2face257c9ae139e5e9d5164aa27e22cc260 119612
libfuzzer-5.0-dev_5.0.1~+rc1-1~exp2_amd64.deb
42a51fdce2d4104e4a2b9bbef40112f7e1a13bf6 51380
liblld-5.0-dev_5.0.1~+rc1-1~exp2_amd64.deb
e2489e97da0b99464de468770a3016adab976035 1028076
liblld-5.0_5.0.1~+rc1-1~exp2_amd64.deb
14f6e171f256ed11c4e4bacc31a548d03feccb49 819120
liblldb-5.0-dbg_5.0.1~+rc1-1~exp2_amd64.deb
2671c94e2237ef116aba7819fe2086746726664a 5014008
liblldb-5.0-dev_5.0.1~+rc1-1~exp2_amd64.deb
b5bb2cd749d961910277cd16672cc975e82ef788 8778800
liblldb-5.0_5.0.1~+rc1-1~exp2_amd64.deb
185676f3e253b4c9f21b38bbeb25d7a22111e4ae 948780
libllvm5.0-dbg_5.0.1~+rc1-1~exp2_amd64.deb
3c5afa13645961ef572a7e92ae0972e0e5952c71 13690568
libllvm5.0_5.0.1~+rc1-1~exp2_amd64.deb
f51c3e6841dffd183354b6132e4953e91eb3a757 98176
lld-5.0-dbgsym_5.0.1~+rc1-1~exp2_amd64.deb
05bbd8a2be3b8490138e9ac3c3a899cfe3164da7 747908
lld-5.0_5.0.1~+rc1-1~exp2_amd64.deb
1e32617f62a7ee5bec7ec19c08a3b3a3da5671f9 216648
lldb-5.0-dbgsym_5.0.1~+rc1-1~exp2_amd64.deb
0ae94b5a1c0a7faba9177e284c7dd0e36fa0c979 1833964
lldb-5.0_5.0.1~+rc1-1~exp2_amd64.deb
86e60a0e26f693a056f9fe1a369fc98e89d1369b 5259632
llvm-5.0-dbgsym_5.0.1~+rc1-1~exp2_amd64.deb
7c287836a51d6256d89593fe0a3b0cc8eb17baa4 2575052
llvm-5.0-dev-dbgsym_5.0.1~+rc1-1~exp2_amd64.deb
b44a430c9b4ca1a171bb840fbc94a6af2e800107 21452396
llvm-5.0-dev_5.0.1~+rc1-1~exp2_amd64.deb
d9432c1e697a3581c92f7a737e9e3507c2b13b16 1834776
llvm-5.0-doc_5.0.1~+rc1-1~exp2_all.deb
9c857f59cf5c1a5620ac13d83576798dd05a6df9 248688
llvm-5.0-examples_5.0.1~+rc1-1~exp2_all.deb
ab12cc683356f32762fb559203677d0077daa619 69836
llvm-5.0-runtime-dbgsym_5.0.1~+rc1-1~exp2_amd64.deb
ebec4f93a8e585545e05f92f27c90054937f4df5 202372
llvm-5.0-runtime_5.0.1~+rc1-1~exp2_amd64.deb
0f17d3fee1af143d2ab789dd71cd59fecf8fae0a 55332
llvm-5.0-tools-dbgsym_5.0.1~+rc1-1~exp2_amd64.deb
c75491cd1a9b5dc20b46ac07f6829cb8d261086e 212044
llvm-5.0-tools_5.0.1~+rc1-1~exp2_amd64.deb
60cd5ef3735a8ba6317cbc64be682fc558c5ee17 4358216
llvm-5.0_5.0.1~+rc1-1~exp2_amd64.deb
2e686732b1a58e54f6c6d3128b0a941e80cef2a4 21591
llvm-toolchain-5.0_5.0.1~+rc1-1~exp2_amd64.buildinfo
3a89017c4ddde7250fdb2b596450811f962df7b5 49624
python-clang-5.0_5.0.1~+rc1-1~exp2_amd64.deb
b940ed691b3622a9d302bedf21ecfee50a1ac25b 112324
python-lldb-5.0_5.0.1~+rc1-1~exp2_amd64.deb
Checksums-Sha256:
923dc249f01b04a06601efe17f6fa1e0acdbf0a3df92ad47488f055b65161077 7031
llvm-toolchain-5.0_5.0.1~+rc1-1~exp2.dsc
13465bacce1f0106ab2751a3f24185a8b30a5486e7b8d1c359136dbc2d8bf94b 66908
llvm-toolchain-5.0_5.0.1~+rc1-1~exp2.debian.tar.xz
0dab72be77024c54a67a249726e338f494134567bc7325b766a636da38458fb2 3186572
clang-5.0-dbgsym_5.0.1~+rc1-1~exp2_amd64.deb
472ed332a7cc3a1e9b952db87aebccf6f8f1faf700dfb514d348bedde5ca6d8c 900428
clang-5.0-doc_5.0.1~+rc1-1~exp2_all.deb
27e86d2ac26f78de1e21d3a4d4452335fd6aa9d8a1c91dd187d1faaec3331e75 32580
clang-5.0-examples_5.0.1~+rc1-1~exp2_amd64.deb
a129799165972306e81e65f07a60246368971122c776bf0f88b7ae186339e7bd 8752924
clang-5.0_5.0.1~+rc1-1~exp2_amd64.deb
e49e4128750bb3d6eb77515d881e9aee3f00a3e648cd30374872a72cc7e6367e 35600
clang-format-5.0-dbgsym_5.0.1~+rc1-1~exp2_amd64.deb
84267979ba3b84d9bdc81c1632bb09fac83bb4ecbebe7f17166d24eefa50df58 576924
clang-format-5.0_5.0.1~+rc1-1~exp2_amd64.deb
56490ac4015796d5c1d62ed88135dc9e8e0ee5ccce12ab42e77de93044ba0be4 572600
clang-tidy-5.0-dbgsym_5.0.1~+rc1-1~exp2_amd64.deb
3942d1e72a2e88b8c8b59d3cbb582d7b90350f130f86b0878b5a5d29af28ecd8 6549948
clang-tidy-5.0_5.0.1~+rc1-1~exp2_amd64.deb
c71063055dc5693aee9f6f31bb9b09b614b8e718d27a0d25d0b602cd819491f1 2448328
clang-tools-5.0-dbgsym_5.0.1~+rc1-1~exp2_amd64.deb
9d98d188cdc9637c851455581d2937fd413d29a8d870bcff1dce008785976912 51602160
clang-tools-5.0_5.0.1~+rc1-1~exp2_amd64.deb
cd220c2546e9e957e34d928a81959628c2a71068c23ad664c32779fd12c899e6 18359888
libclang-5.0-dev_5.0.1~+rc1-1~exp2_amd64.deb
34dc4e01b5fa1b90ef635c8a5fe583da12d0e0c008d87351a67cd3b8b2180d9e 7005076
libclang-common-5.0-dev-dbgsym_5.0.1~+rc1-1~exp2_amd64.deb
e4c96b38f3a1caae1ffc9f9ec3fa86f1ac8ea771355b016c35d3094a2c94642e 2977636
libclang-common-5.0-dev_5.0.1~+rc1-1~exp2_amd64.deb
1374d64ba346a45be9a680b340d10c13084387a684e58a377cdb31a40f175e93 606512
libclang1-5.0-dbg_5.0.1~+rc1-1~exp2_amd64.deb
b906bf9eeacda9e2efc760d0bb7938b1c4d6c5eeb8de0bf76bddfd6479a80bc7 6753012
libclang1-5.0_5.0.1~+rc1-1~exp2_amd64.deb
1a9629f1a91b76e18242fda81fc1e24f758892045726fa252aa6189607f1d284 119612
libfuzzer-5.0-dev_5.0.1~+rc1-1~exp2_amd64.deb
ad1b83cc67d992a9ef8874674618af5443a30009d604d3af075188cafc29e806 51380
liblld-5.0-dev_5.0.1~+rc1-1~exp2_amd64.deb
7b3c794781246417b2fc5f6f37d100f7590794c286ad77a0b7fcac52a3cd8134 1028076
liblld-5.0_5.0.1~+rc1-1~exp2_amd64.deb
907443c7c975b80be41a2339c68fd66ca3ddca6e4f68e2ff03c841fdd6d01d19 819120
liblldb-5.0-dbg_5.0.1~+rc1-1~exp2_amd64.deb
55b9d49187c8d93c879c875346d8bf9d308bab7013669bed8af9fc58c1ea8ef5 5014008
liblldb-5.0-dev_5.0.1~+rc1-1~exp2_amd64.deb
5e6f1e0f1bbcfe30f2f3ec3169cdde831ca349d9173cfbdae05206de767d3ac0 8778800
liblldb-5.0_5.0.1~+rc1-1~exp2_amd64.deb
0c51436082b8a1a15788736ac72cb9ff0be1f1917d13c2357b2409ac0b291984 948780
libllvm5.0-dbg_5.0.1~+rc1-1~exp2_amd64.deb
b919bbdfa62fd2f7b67af4e4dc3b2542e335e2cedcc2b1b312de02d6db23584f 13690568
libllvm5.0_5.0.1~+rc1-1~exp2_amd64.deb
0090f7f3a9b57da19cfc3bf48c78be6e59307678e2165ec42252088cd36c09c1 98176
lld-5.0-dbgsym_5.0.1~+rc1-1~exp2_amd64.deb
0946ed1e1e46d029bc6c2ca33e7ca28560791557c20bd29d2ccaf455f3d1f9e6 747908
lld-5.0_5.0.1~+rc1-1~exp2_amd64.deb
d0455a2d7113e8109011b8b8fc88761be59954a8d2c1a21002332cec6780d463 216648
lldb-5.0-dbgsym_5.0.1~+rc1-1~exp2_amd64.deb
21ee1b334806e09a304a5636716b45a2c8ae49109cb2e6f7e65c1835517cb9ea 1833964
lldb-5.0_5.0.1~+rc1-1~exp2_amd64.deb
25d65d4da67ec420a12cee53d39a64ad72c21aa46e91899105f10db17f72793a 5259632
llvm-5.0-dbgsym_5.0.1~+rc1-1~exp2_amd64.deb
0ff0454b18ae4da0333abe61098a46787f0905bad02a1ba97c4acb13055476d2 2575052
llvm-5.0-dev-dbgsym_5.0.1~+rc1-1~exp2_amd64.deb
d83abe320b5bbd1a726107e407af83a768f8f454e09ab672a943a632db8df6cf 21452396
llvm-5.0-dev_5.0.1~+rc1-1~exp2_amd64.deb
5108f8f5cf1fc0ec630d5533a25a7fc8f791a5b8f722ab4b3ff9a0298d370f23 1834776
llvm-5.0-doc_5.0.1~+rc1-1~exp2_all.deb
8f5c248f49e3f966e11de005881ec3006d9f98dd327bdbb2d5bb9007f3511cf1 248688
llvm-5.0-examples_5.0.1~+rc1-1~exp2_all.deb
be43e6cb88247d1ac51f14b27f07d45efa01105746420d60f0ef9759d122bc6b 69836
llvm-5.0-runtime-dbgsym_5.0.1~+rc1-1~exp2_amd64.deb
a14c2bb2bc43064e52943c8aa661bf2b0c36fa88e05411beec11089ab41b19c7 202372
llvm-5.0-runtime_5.0.1~+rc1-1~exp2_amd64.deb
cb45ebd5f91e34b670b1d2bf13c89076b5edfc05d154d9415ef860c14df717f4 55332
llvm-5.0-tools-dbgsym_5.0.1~+rc1-1~exp2_amd64.deb
571c60bd267fd62576fd7e11f6563c38f62a5c6514adc42914e6be1b427363cc 212044
llvm-5.0-tools_5.0.1~+rc1-1~exp2_amd64.deb
c6d1cc36d749b6f8627b3b6c8e7ecf222143fdd5a85a11bbe9c25b9922f6abf8 4358216
llvm-5.0_5.0.1~+rc1-1~exp2_amd64.deb
d60e4650c16808294c8b4ef60a234c249e9dd7cd83f490738661c02da600ecc5 21591
llvm-toolchain-5.0_5.0.1~+rc1-1~exp2_amd64.buildinfo
875b6e932342852550f204e6ef8b0c58acb51dcfc8368493cebf6b4666bf1441 49624
python-clang-5.0_5.0.1~+rc1-1~exp2_amd64.deb
4c89cba20e62545e63acb537d7d4ec579ced782893d827fd0b3e01c64800e61d 112324
python-lldb-5.0_5.0.1~+rc1-1~exp2_amd64.deb
Files:
04a8ebe7b3e0d628b42a1c02e574d179 7031 devel optional
llvm-toolchain-5.0_5.0.1~+rc1-1~exp2.dsc
0214c630f73525d6de2a3a5f5e897568 66908 devel optional
llvm-toolchain-5.0_5.0.1~+rc1-1~exp2.debian.tar.xz
bc8996aa64b5cd07c82eb34d8e1eeae4 3186572 debug optional
clang-5.0-dbgsym_5.0.1~+rc1-1~exp2_amd64.deb
5e48788734303389890f2372a6f07234 900428 doc optional
clang-5.0-doc_5.0.1~+rc1-1~exp2_all.deb
7d2abc1178f7000fe2752ad911d3722e 32580 doc optional
clang-5.0-examples_5.0.1~+rc1-1~exp2_amd64.deb
f02220ecf93d283dfc8b03794c50efaa 8752924 devel optional
clang-5.0_5.0.1~+rc1-1~exp2_amd64.deb
994a3af5ce9db545d1d6f3c8c28b2b84 35600 debug optional
clang-format-5.0-dbgsym_5.0.1~+rc1-1~exp2_amd64.deb
0a2a7d7b881bfd7e67478c2f118724ef 576924 devel optional
clang-format-5.0_5.0.1~+rc1-1~exp2_amd64.deb
a806d202e09e23af3f7ee2c72d3624cf 572600 debug optional
clang-tidy-5.0-dbgsym_5.0.1~+rc1-1~exp2_amd64.deb
920e21c2fd490c3752d18febe3bc5357 6549948 devel optional
clang-tidy-5.0_5.0.1~+rc1-1~exp2_amd64.deb
c5ac75950edb5167c9c30b8497ab2be3 2448328 debug optional
clang-tools-5.0-dbgsym_5.0.1~+rc1-1~exp2_amd64.deb
7d4ff5b4359fcf04bd6f15eae8fbaa63 51602160 devel optional
clang-tools-5.0_5.0.1~+rc1-1~exp2_amd64.deb
2217be298efe5e70e25cfbceb02e464c 18359888 libdevel optional
libclang-5.0-dev_5.0.1~+rc1-1~exp2_amd64.deb
b6aa80055402edc4453c719474398181 7005076 debug optional
libclang-common-5.0-dev-dbgsym_5.0.1~+rc1-1~exp2_amd64.deb
ca8a69f42c23bb289475c9fb21ebe708 2977636 libdevel optional
libclang-common-5.0-dev_5.0.1~+rc1-1~exp2_amd64.deb
af2e091c2aca1930bff42020655167cf 606512 debug optional
libclang1-5.0-dbg_5.0.1~+rc1-1~exp2_amd64.deb
e8a05b34379c799be3642bc70ee7ba57 6753012 libs optional
libclang1-5.0_5.0.1~+rc1-1~exp2_amd64.deb
a7d53c5b887650cb915f6d1fa0c93588 119612 libdevel optional
libfuzzer-5.0-dev_5.0.1~+rc1-1~exp2_amd64.deb
78a65d7614fb89f79b1bae93a05afb13 51380 libdevel optional
liblld-5.0-dev_5.0.1~+rc1-1~exp2_amd64.deb
197bbf1214ac33646049f60c82b45983 1028076 libs optional
liblld-5.0_5.0.1~+rc1-1~exp2_amd64.deb
28839887553935e91019afaab33b50cb 819120 debug optional
liblldb-5.0-dbg_5.0.1~+rc1-1~exp2_amd64.deb
769b48d92eb3237f2fc19c978f927fb9 5014008 libdevel optional
liblldb-5.0-dev_5.0.1~+rc1-1~exp2_amd64.deb
6a86041cc786deff4508b9e3ba163211 8778800 libs optional
liblldb-5.0_5.0.1~+rc1-1~exp2_amd64.deb
8296b67ecd7251464e20a56e6dbd864f 948780 debug optional
libllvm5.0-dbg_5.0.1~+rc1-1~exp2_amd64.deb
aadd852226bc0e0f29116893763bbbb1 13690568 libs optional
libllvm5.0_5.0.1~+rc1-1~exp2_amd64.deb
6ca17121d01997bff13f83122b3f99f0 98176 debug optional
lld-5.0-dbgsym_5.0.1~+rc1-1~exp2_amd64.deb
bdd4f5528da6a8c3078f9b8fec333539 747908 devel optional
lld-5.0_5.0.1~+rc1-1~exp2_amd64.deb
7c8322be3a9c84bcd0855044fb7ba4e5 216648 debug optional
lldb-5.0-dbgsym_5.0.1~+rc1-1~exp2_amd64.deb
978290c43803573fe0122b78a9ebe29d 1833964 devel optional
lldb-5.0_5.0.1~+rc1-1~exp2_amd64.deb
9f90ba0458e5e539ed3dc9c394210ff5 5259632 debug optional
llvm-5.0-dbgsym_5.0.1~+rc1-1~exp2_amd64.deb
e455ee5abab8d990d2f690305e1aaf4e 2575052 debug optional
llvm-5.0-dev-dbgsym_5.0.1~+rc1-1~exp2_amd64.deb
28af8066ad2ee155a4c2ed799ed08132 21452396 devel optional
llvm-5.0-dev_5.0.1~+rc1-1~exp2_amd64.deb
63cc955e24f05b8a60899c3b49fc2e43 1834776 doc optional
llvm-5.0-doc_5.0.1~+rc1-1~exp2_all.deb
da347b4f55926f53b29d6888e258c2ed 248688 doc optional
llvm-5.0-examples_5.0.1~+rc1-1~exp2_all.deb
6cd1b87dd1e4f2e49a4a9d95dcc9c3ad 69836 debug optional
llvm-5.0-runtime-dbgsym_5.0.1~+rc1-1~exp2_amd64.deb
51944e78da1ffb100774d65ff105421f 202372 devel optional
llvm-5.0-runtime_5.0.1~+rc1-1~exp2_amd64.deb
d994b24406fae0eeadda8f92b3d0b194 55332 debug optional
llvm-5.0-tools-dbgsym_5.0.1~+rc1-1~exp2_amd64.deb
9ab2eed3efe3fbad586bb3479e65e643 212044 devel optional
llvm-5.0-tools_5.0.1~+rc1-1~exp2_amd64.deb
104320dfb4f69a214b5d6bece8c2b7ef 4358216 devel optional
llvm-5.0_5.0.1~+rc1-1~exp2_amd64.deb
12a1f72a15037459a4c53b68ba6d93b8 21591 devel optional
llvm-toolchain-5.0_5.0.1~+rc1-1~exp2_amd64.buildinfo
2b1069094f15ec1e5fe68e1495bd27a8 49624 python optional
python-clang-5.0_5.0.1~+rc1-1~exp2_amd64.deb
026b6966a17823d6fcada2d5361dc39b 112324 python optional
python-lldb-5.0_5.0.1~+rc1-1~exp2_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAloecCsACgkQfmUo2nUv
G+Hx8g//fA15ls26Xt85921ztBhvHPxcJZPMycLnmRvlc3wEsvQ+tuGpAPb1DYwG
Vfe3qLwSqj8o9oZPt/aibu+i4gvyoxUxajtwg/8G1BA0W4vPWFAa0oSfMPvrSySj
PAHGksi+RPIDEZAnyeC3isSXLM6uiEXGncgEqruT3mG/XTvE8i825ap9GJCMoiEu
5WHXEpISHXkWYjFIoilaD3OzCHxIDcDK2mskDb7JSd25IDybNy2z7Apd6BMobRUq
CiA4mTgTc+eme8i9P/zk4SbsR9C0E/DNappo7ROAo9DE8RQhlc6picZNt5s3A8jp
YAwVyuYDIoYYlcvgfpdCWFXnMJ/R6hv/+GZxz53ifFTyriVsQQPAVbr8eYD7dsWE
U0WHRr+/zgl+pFVsq97k116sYP+9HFQDh0I1J6eYmR2b95QziJwzAln4ZQyVcePA
DXzGTLdNa8HQ/qmcwnU/unGHDFfQwW+ajzBI/I8mFIH4dDB7bg1LFvL+SzGMRj59
484YrjndHrUd2M2awtoJBGwGAIGVfdm7+jnwqOGGFZ5aGnJz6xNoV9AU/BPJVlRT
pN7SCUwt5kZt0wKZ/yeDES+2Mxdv1LRyFLz/O4ATLEFOXMQrSAdpKfob11v5CexW
qnygS3O8ZwtUK4PZ3HfioTqgrcUP1Uuyyq6uJ8Fodl+X4rLvvpw=
=9sO9
-----END PGP SIGNATURE-----
--- End Message ---