Ignore:
Timestamp:
10/12/2018 11:55:59 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
8d4d84d
Parents:
9fb63b5
Message:

perl modules branch: merge trunk r20598:20625.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/perl-modules@20626 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/llvm.xml

    r9fb63b5 rc5207e4  
    194194cd       build &amp;&amp;
    195195
    196 CC=gcc CXX=g++                              \
    197 cmake -DCMAKE_INSTALL_PREFIX=/usr           \
    198       -DLLVM_ENABLE_FFI=ON                  \
    199       -DCMAKE_BUILD_TYPE=Release            \
    200       -DLLVM_BUILD_LLVM_DYLIB=ON            \
    201       -DLLVM_LINK_LLVM_DYLIB=ON             \
    202       -DLLVM_TARGETS_TO_BUILD="host;AMDGPU" \
    203       -DLLVM_BUILD_TESTS=ON                 \
    204       -Wno-dev -G Ninja ..                  &amp;&amp;
     196CC=gcc CXX=g++                                  \
     197cmake -DCMAKE_INSTALL_PREFIX=/usr               \
     198      -DLLVM_ENABLE_FFI=ON                      \
     199      -DCMAKE_BUILD_TYPE=Release                \
     200      -DLLVM_BUILD_LLVM_DYLIB=ON                \
     201      -DLLVM_LINK_LLVM_DYLIB=ON                 \
     202      -DLLVM_TARGETS_TO_BUILD="host;AMDGPU;BPF" \
     203      -DLLVM_BUILD_TESTS=ON                     \
     204      -Wno-dev -G Ninja ..                      &amp;&amp;
    205205ninja</userinput></screen>
    206206
     
    286286
    287287    <para>
    288       <parameter>-DLLVM_TARGETS_TO_BUILD="host;AMDGPU"</parameter>: This
     288      <parameter>-DLLVM_TARGETS_TO_BUILD="host;AMDGPU;BPF"</parameter>: This
    289289      switch enables building for the same target as the host, and also for
    290       the r600 AMD GPU used by the Mesa r600 and radeonsi drivers. Default is
     290      the r600 AMD GPU used by the Mesa r600 and radeonsi drivers. The BPF
     291      target is required to build <xref linkend="v4l-utils"/>. Default is
    291292      all. You can use a semicolon separated list. Valid targets are: host,
    292293      X86, Sparc, PowerPC, ARM, AArch64, Mips, Hexagon, Xcore, MSP430, NVPTX,
Note: See TracChangeset for help on using the changeset viewer.