Changeset 9e82e4a


Ignore:
Timestamp:
08/08/2022 04:58:35 AM (21 months ago)
Author:
Xi Ruoyao <xry111@…>
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:
ba3b0498
Parents:
d1a3a2f9
Message:

llvm: patch compiler-rt for glibc-2.36

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/llvm.xml

    rd1a3a2f9 r9e82e4a  
    219219
    220220<screen><userinput>grep -rl '#!.*python' | xargs sed -i '1s/python$/python3/'</userinput></screen>
    221 <!--
     221
    222222    <para>
    223223      If you have downloaded <application>compiler-rt</application>,
    224       fix building it with Linux-5.13.0 by using the following command:
    225     </para>
    226 
    227 <screen><userinput remap="pre">patch -Np1 -i ../llvm-&llvm-version;-compiler_rt_buildfix-1.patch</userinput></screen>
    228 -->
     224      fix building it with glibc-2.36 by using the following command:
     225    </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>
     228
    229229    <para>
    230230      Install <application>LLVM</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.