diff options
Diffstat (limited to 'gcc/rust/rust-session-manager.cc')
-rw-r--r-- | gcc/rust/rust-session-manager.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/rust/rust-session-manager.cc b/gcc/rust/rust-session-manager.cc index 504f308..82593f3 100644 --- a/gcc/rust/rust-session-manager.cc +++ b/gcc/rust/rust-session-manager.cc @@ -370,6 +370,9 @@ Session::handle_option ( ret = false; } break; + case OPT_frust_mangling_: + if (arg != nullptr) + ret = Compile::Mangler::choose_mangling (std::string (arg)); // no option handling for -o default: // return 1 to indicate option is valid |