Ignore:
Timestamp:
03/15/2019 12:50:58 AM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0f73c15
Parents:
3b79812
Message:

Update to mesa-19.0.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/llvm.xml

    r3b79812 rb3f053c5  
    201201      -DLLVM_BUILD_LLVM_DYLIB=ON                \
    202202      -DLLVM_LINK_LLVM_DYLIB=ON                 \
     203      -DLLVM_ENABLE_RTTI=ON                     \
    203204      -DLLVM_TARGETS_TO_BUILD="host;AMDGPU;BPF" \
    204205      -DLLVM_BUILD_TESTS=ON                     \
     
    302303      It also slightly reduces their size and also ensures that llvm-config
    303304      will correctly use libLLVM-&llvm-majmin;.so.
     305    </para>
     306
     307    <para>
     308      <parameter>-D=LLVM_ENABLE_RTTI=ON</parameter>: Used to build LLVM with
     309      run-time type information. This is required for building
     310      <xref linkend="mesa"/>.
    304311    </para>
    305312
Note: See TracChangeset for help on using the changeset viewer.