rust: chapter08: add llvm

This commit is contained in:
Xi Ruoyao 2022-10-08 21:42:53 +08:00
parent d8c9fff35e
commit cc3fe5dbdb
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3
5 changed files with 1345 additions and 2 deletions

View File

@ -97,7 +97,8 @@ cd build</userinput></screen>
<sect2 role="content">
<title/>
<para>Details on this package are located in TODO.</para>
<para>Details on this package are located in
<xref linkend="contents-llvm" role="."/></para>
</sect2>
</sect1>

View File

@ -165,7 +165,7 @@ cp -av dest/$LFS/tools/$LFS_TGT/include/* \
<title/>
<para>Details on this package are located in
<xref linkend="contents-openssl" role="."/></para>
<xref linkend="contents-llvm" role="."/></para>
</sect2>
</sect1>

View File

@ -62,6 +62,7 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cmake.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ninja.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libffi.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="llvm.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kmod.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libelf.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="python.xml"/>

1339
chapter08/llvm.xml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -463,6 +463,8 @@
<!ENTITY llvm-tmpp1-du "3,800 MB">
<!ENTITY llvm-tmpp2-sbu "20 SBU">
<!ENTITY llvm-tmpp2-du "3,800 MB">
<!ENTITY llvm-final-sbu "20 SBU">
<!ENTITY llvm-final-du "3,800 MB">
<!ENTITY m4-version "1.4.19">
<!ENTITY m4-size "1,617 KB">