From 48725b75a6037ddcd106be77fcc922f2e227e900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Poulhi=C3=A8s?= Date: Fri, 20 Jan 2023 21:09:03 +0100 Subject: [PATCH] rust: add nightly GCC master build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Rust frontend for GCC is developed in the github project: https://github.com/Rust-GCC/gccrs This is the compiler denoted by '(GCCRS master)'. The frontend has been contributed to the main GCC repository and has been enabled in our nightly builds of the GCC master branch: this is the compiler denoted by '(GCC master)'. Signed-off-by: Marc Poulhiès --- etc/config/rust.amazon.properties | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/etc/config/rust.amazon.properties b/etc/config/rust.amazon.properties index dd0c7d5f2..8c962db88 100644 --- a/etc/config/rust.amazon.properties +++ b/etc/config/rust.amazon.properties @@ -172,12 +172,15 @@ group.rustgcc.options=-frust-incomplete-and-experimental-compiler-do-not-use group.rustgcc.notification=Rust GCC Frontend - Very early snapshot # native compiler -group.gcc86.compilers=gccrs-snapshot +group.gcc86.compilers=gccrs-snapshot:gcc-snapshot group.gcc86.groupName=x86-64 GCCRS group.gcc86.baseName=x86-64 GCCRS +compiler.gcc-snapshot.exe=/opt/compiler-explorer/gcc-snapshot/bin/gccrs +compiler.gcc-snapshot.semver=(GCC master) + compiler.gccrs-snapshot.exe=/opt/compiler-explorer/gcc-gccrs-master/bin/gccrs -compiler.gccrs-snapshot.semver=(GCCRS) +compiler.gccrs-snapshot.semver=(GCCRS master) # cross compilers group.gcccross.compilers=&rustgccbpf