We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--llvm-shared
1 parent f433fa4 commit bd9bd38Copy full SHA for bd9bd38
src/tools/opt-dist/src/main.rs
@@ -76,7 +76,7 @@ enum EnvironmentCmd {
76
rustc_perf_checkout_dir: Option<Utf8PathBuf>,
77
78
/// Is LLVM for `rustc` built in shared library mode?
79
- #[arg(long, default_value_t = true)]
+ #[arg(long, default_value_t = true, action(clap::ArgAction::Set))]
80
llvm_shared: bool,
81
82
/// Should BOLT optimization be used? If yes, host LLVM must have BOLT binaries
0 commit comments