Ignore:
Timestamp:
07/08/2021 12:24:53 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
544939d
Parents:
c3d04c0
Message:

Add LLVM buildfix patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/llvm.xml

    rc3d04c0 rb94b5b5  
    139139      </itemizedlist>
    140140
    141 <!--      <itemizedlist spacing="compact">
     141      <itemizedlist spacing="compact">
    142142        <listitem>
    143143          <para>
    144144            Optional patch:
    145             <ulink url="&patch-root;/compiler-rt-4.0.1-glibc-2.26-1.patch"/>
     145            <ulink url="&patch-root;/llvm-&llvm-version;-compiler_rt_buildfix-1.patch"/>
    146146            (required if using compiler-rt)
    147147          </para>
    148148        </listitem>
    149149      </itemizedlist>
    150 -->
     150
    151151    <bridgehead renderas="sect3">LLVM Dependencies</bridgehead>
    152152
     
    207207
    208208<screen><userinput>grep -rl '#!.*python' | xargs sed -i '1s/python$/python3/'</userinput></screen>
     209
     210    <para>
     211      If you have downloaded <application>compiler-rt</application>,
     212      fix building it with Linux-5.13.0 by using the following command:
     213    </para>
     214
     215<screen><userinput remap="pre">patch -Np1 -i ../llvm-&llvm-version;-compiler_rt_buildfix-1.patch</userinput></screen>
    209216
    210217    <para>
Note: See TracChangeset for help on using the changeset viewer.