Changeset 0b8b5ed for general/prog


Ignore:
Timestamp:
12/22/2017 12:24:37 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c08f499
Parents:
9f309be
Message:

Update to harfbuzz-1.7.3.
Update to faad2-2.8.8.
Update to libdrm-2.4.89.
Update to enchant-2.2.0.
Update to llvm-5.0.1.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19611 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/llvm.xml

    r9f309be r0b8b5ed  
    77  <!ENTITY llvm-download-http "http://llvm.org/releases/&llvm-version;/llvm-&llvm-version;.src.tar.xz">
    88  <!ENTITY llvm-download-ftp  " ">
    9   <!ENTITY llvm-md5sum        "5ce9c5ad55243347ea0fdb4c16754be0">
     9  <!ENTITY llvm-md5sum        "3a4ec6dcbc71579eeaec7cb157fe2168">
    1010  <!ENTITY llvm-size          "22 MB">
    11   <!ENTITY llvm-buildsize     "2.9 GB (with Clang, add 8.9 GB for tests)">
    12   <!ENTITY llvm-time          "25 SBU (with Clang and parallelism=4, add 9 SBU for tests)">
     11  <!ENTITY llvm-buildsize     "2.0 GB (with Clang, add 9.1 GB for tests)">
     12  <!ENTITY llvm-time          "22 SBU (with Clang and parallelism=4, add 14 SBU for tests)">
    1313
    1414  <!ENTITY clang-download-http "http://llvm.org/releases/&llvm-version;/cfe-&llvm-version;.src.tar.xz">
     
    216216    <para>
    217217      To test the results, issue: <command>make check-all</command>. Tests are
    218       run using the maximum number of processors/threads available.
    219       Note that the Address Sanitizer tests are known to fail.
     218      built with a single thread, but run using the maximum number of
     219      processors/threads available.
     220      Note that the several Sanitizer tests (9 of 26479) are known to fail.
    220221<!--  Still true for v 5.0.0 -->
    221222    </para>
Note: See TracChangeset for help on using the changeset viewer.