Changeset 8859e30


Ignore:
Timestamp:
08/17/2022 07:03:30 AM (20 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
a6d199da
Parents:
c439993
Message:

Fix compiler-rt patch application in llvm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/llvm.xml

    rc439993 r8859e30  
    138138        </listitem>
    139139      </itemizedlist>
    140 <!--
     140
    141141      <itemizedlist spacing="compact">
    142142        <listitem>
    143143          <para>
    144144            Optional patch:
    145             <ulink url="&patch-root;/llvm-&llvm-version;-compiler_rt_buildfix-1.patch"/>
     145            <ulink url="&patch-root;/compiler-rt-&llvm-version;-glibc_2_36-1.patch"/>
    146146            (required if using compiler-rt)
    147147          </para>
    148148        </listitem>
    149149      </itemizedlist>
    150 -->
     150
    151151    <bridgehead renderas="sect3">LLVM Dependencies</bridgehead>
    152152
     
    224224      fix building it with glibc-2.36 by using the following command:
    225225    </para>
    226 
    227 <screen><userinput remap="pre">patch -Np2 -d projects/compiler-rt -i ../compiler-rt-14.0.6-glibc_2_36-1.patch</userinput></screen>
     226<!-- need <../<patch> instead of -i because -d changes directory
     227     before applying -i -->
     228<screen><userinput remap="pre">patch -Np2 -d projects/compiler-rt &lt;../compiler-rt-14.0.6-glibc_2_36-1.patch</userinput></screen>
    228229
    229230    <para>
Note: See TracChangeset for help on using the changeset viewer.