Ignore:
Timestamp:
03/26/2022 09:24:25 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.2, 11.3, 12.0, 12.1, 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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
cf31c27
Parents:
b0e2b0c
Message:

Update to llvm-14.0.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/llvm.xml

    rb0e2b0c r3e208e99  
    99  <!ENTITY llvm-download-http "&llvm-url;/llvm-&llvm-version;.src.tar.xz">
    1010  <!ENTITY llvm-download-ftp  " ">
    11   <!ENTITY llvm-md5sum        "4ca3266b539ccec41cb5094c510221a1">
    12   <!ENTITY llvm-size          "43 MB">
    13   <!ENTITY llvm-buildsize     "2.6 GB (1 GB installed, with documentation, add 16 GB for tests)">
    14   <!ENTITY llvm-time          "30 SBU (on 4 CPU cores, with documentation, add 18 SBU for tests)">
     11  <!ENTITY llvm-md5sum        "91ad90cc054593ce95230f4b2118c9d1">
     12  <!ENTITY llvm-size          "47 MB">
     13  <!ENTITY llvm-buildsize     "3.1 GB (824 MB installed, with documentation, add 20 GB for tests)">
     14  <!ENTITY llvm-time          "33 SBU (on 4 CPU cores, with documentation, add 18 SBU for tests)">
    1515
    1616  <!ENTITY clang-download-http "&llvm-url;/clang-&llvm-version;.src.tar.xz">
    17   <!ENTITY clang-md5sum        "89017bafd256ac5ad766920d15d8deba">
     17  <!ENTITY clang-md5sum        "350c7e559d1521dba27262d4360d9a53">
    1818  <!ENTITY clang-size          "18 MB">
    1919
    2020  <!ENTITY compiler-rt-download-http "&llvm-url;/compiler-rt-&llvm-version;.src.tar.xz">
    21   <!ENTITY compiler-rt-md5sum        "f534ab8fb371ec1a8a22a6fa5809be46">
    22   <!ENTITY compiler-rt-size          "2.2 MB">
     21  <!ENTITY compiler-rt-md5sum        "052cee8030876a5c781bd79524e062b9">
     22  <!ENTITY compiler-rt-size          "2.3 MB">
    2323]>
    2424
     
    232232      -DLLVM_TARGETS_TO_BUILD="host;AMDGPU;BPF" \
    233233      -DLLVM_BINUTILS_INCDIR=/usr/include       \
     234      -DLLVM_INCLUDE_BENCHMARKS=OFF             \
    234235      -Wno-dev -G Ninja ..                      &amp;&amp;
    235236ninja</userinput></screen>
     
    266267      by the <systemitem class="username">root</systemitem> user and makes them
    267268      temporarily unusable by all jobs on the machine.)
    268       Note that a few of the compiler-rt Sanitizer based tests (13 of more than 59000
    269       tests run) are known to fail. Some of the LLVM-Unit IR tests are known to
    270       fail as well.
     269      Note that 2 of more than 62090 tests (llvm-libtool-darwin/L-and-l.test
     270      and ThreadSanitizer-x86_64) are known to fail.
    271271    </para>
    272272
     
    357357      for building programs with <command>clang</command> and Link Time
    358358      Optimization (LTO).
     359    </para>
     360
     361    <para>
     362      <parameter>-DLLVM_INCLUDE_BENCHMARKS=OFF</parameter>:
     363      is used to disable generation build targets for the LLVM
     364      benchmarks. This option requires additional code that
     365      is not currently available.
    359366    </para>
    360367
Note: See TracChangeset for help on using the changeset viewer.