Changeset 693c4d1
- Timestamp:
- 03/21/2019 09:02:37 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.0, 9.1, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- fb1b4bd
- Parents:
- f50ca2d1
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/llvm.xml
rf50ca2d1 r693c4d1 8 8 <!ENTITY llvm-download-http "http://llvm.org/releases/&llvm-version;/llvm-&llvm-version;.src.tar.xz"> 9 9 <!ENTITY llvm-download-ftp " "> 10 <!ENTITY llvm-md5sum "7 9f1256f97d52a054da8660706deb5f6">11 <!ENTITY llvm-size "2 7MB">12 <!ENTITY llvm-buildsize " 1.8 GB (with Clang, 670MB installed, add 16GB for tests)">13 <!ENTITY llvm-time "2 0 SBU (with Clang and parallelism=4, add 8SBU for tests)">10 <!ENTITY llvm-md5sum "74818f431563603515a62be1ee69a142"> 11 <!ENTITY llvm-size "29 MB"> 12 <!ENTITY llvm-buildsize "2.4 GB (with Clang, 717MB installed, add 18 GB for tests)"> 13 <!ENTITY llvm-time "25 SBU (with Clang and parallelism=4, add 5 SBU for tests)"> 14 14 15 15 <!ENTITY clang-download-http "http://llvm.org/releases/&llvm-version;/cfe-&llvm-version;.src.tar.xz"> 16 <!ENTITY clang-md5sum " 8583c9fb2af0ce61a7154fd9125363c1">17 <!ENTITY clang-size "1 2MB">16 <!ENTITY clang-md5sum "988b59cdb372c5a4f44ae4c39df3de73"> 17 <!ENTITY clang-size "13 MB"> 18 18 19 19 <!ENTITY rt-version "&llvm-version;"> 20 20 <!ENTITY compiler-rt-download-http "http://llvm.org/releases/&rt-version;/compiler-rt-&rt-version;.src.tar.xz"> 21 <!ENTITY compiler-rt-md5sum " 697b70141ae7cc854e4fbde1a07b7287">22 <!ENTITY compiler-rt-size "1. 8MB">21 <!ENTITY compiler-rt-md5sum "547893456e22c75d16189a13881bc866"> 22 <!ENTITY compiler-rt-size "1.9 MB"> 23 23 ]> 24 24 … … 219 219 by the <systemitem class="username">root</systemitem> user and makes them 220 220 temporarily unusable by all jobs on the machine.) 221 Note that several Sanitizer tests (7 of more than 32000 tests run) are known222 to fail.221 Note that the Sanitizer based tests (375 of more than 35000 tests run) 222 are known to fail. 223 223 224 224 </para> … … 357 357 </seg> 358 358 <seg> 359 BugpointPasses.so, LLVMHello.so, libLLVM.so, libLLVM*.a (66 360 libraries), libLTO.so, libclang.so and libclang*.a (30 libraries) 359 libLLVM.so, 360 libLLVM*.a (75 libraries), 361 libLTO.so, 362 libclang.so, 363 and libclang*.a (63 libraries) 361 364 </seg> 362 365 <seg> -
introduction/welcome/changelog.xml
rf50ca2d1 r693c4d1 46 46 <para>March 21st, 2019</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[bdubbs] - Update to llvm-8.0.0. Fixes 50 <ulink url="&blfs-ticket-root;11845">#11845</ulink>.</para> 51 </listitem> 48 52 <listitem> 49 53 <para>[bdubbs] - Update to talloc-2.2.0. Fixes -
packages.ent
rf50ca2d1 r693c4d1 326 326 <!ENTITY guile-version "2.2.4"> 327 327 <!ENTITY librep-version "0.92.7"> 328 <!ENTITY llvm-version " 7.0.1">328 <!ENTITY llvm-version "8.0.0"> 329 329 <!ENTITY llvm-old-version "3.9.1"> 330 330 <!ENTITY lua-version "5.3.5">
Note:
See TracChangeset
for help on using the changeset viewer.