mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
rust: add nightly GCC master build
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 <dkm@kataplop.net>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user