Changeset 0f7f7c9


Ignore:
Timestamp:
04/01/2020 08:15:24 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 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:
dde790ee
Parents:
4be41b3a
Message:

Actually use system llvm in rustc

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/rust.xml

    r4be41b3a r0f7f7c9  
    264264codegen-tests = false
    265265
     266[target.x86_64-unknown-linux-gnu]
     267# NB the output of llvm-config (i.e. help options) may be
     268# dumped to the screen when config.toml is parsed.
     269llvm-config = "/usr/bin/llvm-config"
     270
     271[target.i686-unknown-linux-gnu]
     272# NB the output of llvm-config (i.e. help options) may be
     273# dumped to the screen when config.toml is parsed.
     274llvm-config = "/usr/bin/llvm-config"
     275
    266276</literal>
    267277EOF</userinput></screen>
     
    323333      for issue 69225 fails <ulink
    324334      url="https://github.com/rust-lang/rust/issues/69225"/> and that should be
    325       regarded as a critical failurei (they released 1.41.1 because of it).
     335      regarded as a critical failure (they released 1.41.1 because of it).
    326336      Most other failures will not be critical.
    327337    </para>
  • introduction/welcome/changelog.xml

    r4be41b3a r0f7f7c9  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Reinstate system LLVM in Rust.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[bdubbs] - Update to ruby-2.7.1. Fixes
    4952          <ulink url="&blfs-ticket-root;13341">#13341</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.