Changeset c958e4b for general


Ignore:
Timestamp:
04/06/2024 02:16:54 PM (3 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
trunk
Children:
327b95e
Parents:
4828d4c (diff), bd8a9ea (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/llvm.xml

    r4828d4c rc958e4b  
    99  <!ENTITY llvm-download-http "&llvm-url;/llvm-&llvm-version;.src.tar.xz">
    1010  <!ENTITY llvm-download-ftp  " ">
    11   <!ENTITY llvm-md5sum        "aaaf9cd983c775a11f18ee9b9713edb4">
     11  <!ENTITY llvm-md5sum        "5d9201e7c9a494ce8325cf365b6529a2">
    1212  <!ENTITY llvm-size          "60 MB">
    1313  <!ENTITY llvm-buildsize     "4.2 GB (964 MB installed; add 20 GB for tests and 308 MB for documentation)">
     
    1515
    1616  <!ENTITY clang-download-http "&llvm-url;/clang-&llvm-version;.src.tar.xz">
    17   <!ENTITY clang-md5sum        "1d4b452265bda9f570d1aa2499815f5a">
     17  <!ENTITY clang-md5sum        "4b3713a71f1442097ba2e881d74b679f">
    1818  <!ENTITY clang-size          "22 MB">
    1919
    2020  <!ENTITY compiler-rt-download-http "&llvm-url;/compiler-rt-&llvm-version;.src.tar.xz">
    21   <!ENTITY compiler-rt-md5sum        "745326564d64300874cbf3be602cd459">
     21  <!ENTITY compiler-rt-md5sum        "616ffb64d92162f1e5fdc7016bb1012e">
    2222  <!ENTITY compiler-rt-size          "2.4 MB">
    2323
     
    289289      -DLLVM_BINUTILS_INCDIR=/usr/include   \
    290290      -DLLVM_INCLUDE_BENCHMARKS=OFF         \
    291       -DLLVM_VERSION_SUFFIX=                \
    292291      -DCLANG_DEFAULT_PIE_ON_LINUX=ON       \
    293292      -DCLANG_CONFIG_FILE_SYSTEM_DIR=/etc/clang \
     
    370369      read <xref linkend='build-in-cgroup'/> for details) to limit the
    371370      number of logical cores for running the tests.
    372       Two tests named
    373       <filename>sanitizer_coverage_inline8bit_counter_default_impl.cpp</filename>
    374       and <filename>sanitizer_coverage_symbolize.cpp</filename> are known
    375       to fail.
    376371      One test named <filename>Linux/clone_setns.cpp</filename> will fail
    377372      if <option>CONFIG_USER_NS</option> is not enabled in kernel
    378373      configuration.
    379       <!-- 18.1.0: 71613 Passed, 27447 Unsupported, 339 Skipped,
    380                    133 Expectedly Failed, 2 Failed -->
     374      <!-- 18.1.2: 71626 Passed, 27447 Unsupported, 339 Skipped,
     375                   133 Expectedly Failed -->
    381376
    382377      <!-- To editors: it seems there is a more thorough test suite named
     
    486481      benchmarks. This option requires additional code that
    487482      is not currently available.
    488     </para>
    489 
    490     <!-- https://github.com/llvm/llvm-project/issues/84168
    491          It'll likely be fixed in 18.1.1, remove this then.  -->
    492     <para>
    493       <parameter>-DLLVM_VERSION_SUFFIX=</parameter>: works around an
    494       oversight in the upstream releasing process causing the 18.1.0
    495       release branded <quote>18.1rc</quote>.
    496483    </para>
    497484
Note: See TracChangeset for help on using the changeset viewer.