]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Add two new steps to compile process
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Tue, 24 Oct 2023 14:16:34 +0000 (16:16 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 16 Jan 2024 18:13:10 +0000 (19:13 +0100)
commitcdf2cd9af4746b88df6fcaa7890c96796202bdc0
treeaf070397e51adb0c26896b463803bbbc5a97eea7
parentf24d408342417ace26ec9a378189ebad6522c637
gccrs: Add two new steps to compile process

Add the ast validation and feature gating steps to the compile pipeline.

gcc/rust/ChangeLog:

* lang.opt: Add the new compile options and update the enum values.
* rust-session-manager.h (struct CompileOptions): Add the new steps to
the enumeration.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
gcc/rust/lang.opt
gcc/rust/rust-session-manager.h