Ignore:
Timestamp:
03/15/2019 02:38:51 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
15c1a33
Parents:
e0fa4a5
Message:

Merge to HEAD 21327.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/llvm.xml

    re0fa4a5 r2535d7fd  
    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.