js-91: clang is required on 32-bit system

This commit is contained in:
Xi Ruoyao 2022-08-28 16:12:31 +08:00
parent ff72cd054c
commit 716ab1ac26
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -95,12 +95,15 @@
<xref linkend="icu"/>,
<xref linkend="rust"/>, and
<xref linkend="which"/>
<!-- Should we list llvm here? -->
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="llvm"/> (with <application>Clang</application>)
<!-- If clang is installed, it will be used instead of gcc.
gcc does not work for 32-bit system:
https://bugzilla.mozilla.org/show_bug.cgi?id=1729459 -->
<xref linkend="llvm"/> (with <application>Clang</application>,
required for 32-bit system)
</para>
<!-- It seems nasm is only used for aarch64-win64. -->