https://gcc.gnu.org/g:1367db23a5626499468d79b3c12a9b1859e7b819
commit r16-6899-g1367db23a5626499468d79b3c12a9b1859e7b819 Author: Tobias Burnus <[email protected]> Date: Mon Jan 19 12:17:59 2026 +0100 GCN - doc/install.texi: Fix gfx9-4-generic llvm-mc requirements gcc/ChangeLog: * doc/install.texi (GCN): gfx9-4-generic requires LLVM 20. Diff: --- gcc/doc/install.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 54f80308c9e0..cec3e5b2b565 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -4165,9 +4165,9 @@ specifying a @code{--with-multilib-list=} that only lists GFX9 or GFX10-3 devices, while LLVM 15 is required for GFX 11 device and @code{gfx1036}. At least LLVM 16 is required for @code{gfx1150} and @code{gfx1151}, LLVM 18 for @code{gfx942}, LLVM 19 for the generic @code{gfx9-generic}, -@code{gfx9-4-generic}, @code{gfx10-3-generic}, and @code{gfx11-generic} -targets and for @code{gfx1152}, while LLVM 20 is required for -@code{gfx950} and @code{gfx1153}. +@code{gfx10-3-generic}, and @code{gfx11-generic} targets and for @code{gfx1152}, +while LLVM 20 is required for @code{gfx950}, @code{gfx1153}, and +@code{gfx9-4-generic}. The supported ISA architectures are listed in the GCC manual. The generic ISA targets @code{gfx9-generic}, @code{gfx10-3-generic}, and
