Ignore:
Timestamp:
02/14/2022 07:43:45 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.1, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
17817c8
Parents:
f36ab176
Message:

LLVM: remove the -DLLVM_BUILD_TESTS=ON switch

This switch only has the tests built during the "make" phase. Without
it, the tests still can be run, and are built during the
"make check-all" phase. This seems to save ~4SBU and ~0.3GB
if the tests are not run.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/llvm.xml

    rf36ab176 r05f440b  
    1111  <!ENTITY llvm-md5sum        "4ca3266b539ccec41cb5094c510221a1">
    1212  <!ENTITY llvm-size          "43 MB">
    13   <!ENTITY llvm-buildsize     "2.9 GB (1 GB installed, with documentation, add 15 GB for tests)">
    14   <!ENTITY llvm-time          "35 SBU (on 4 CPU cores, with documentation, add 14 SBU for tests)">
     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)">
    1515
    1616  <!ENTITY clang-download-http "&llvm-url;/clang-&llvm-version;.src.tar.xz">
     
    231231      -DLLVM_ENABLE_RTTI=ON                     \
    232232      -DLLVM_TARGETS_TO_BUILD="host;AMDGPU;BPF" \
    233       -DLLVM_BUILD_TESTS=ON                     \
    234233      -DLLVM_BINUTILS_INCDIR=/usr/include       \
    235234      -Wno-dev -G Ninja ..                      &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.