1
Fork 0

Allow disabling --llvm-shared in opt-dist

This commit is contained in:
Jakub Beránek 2025-04-16 08:14:36 +02:00
parent f433fa46b0
commit bd9bd388fc
No known key found for this signature in database
GPG key ID: 909CD0D26483516B

View file

@ -76,7 +76,7 @@ enum EnvironmentCmd {
rustc_perf_checkout_dir: Option<Utf8PathBuf>,
/// Is LLVM for `rustc` built in shared library mode?
#[arg(long, default_value_t = true)]
#[arg(long, default_value_t = true, action(clap::ArgAction::Set))]
llvm_shared: bool,
/// Should BOLT optimization be used? If yes, host LLVM must have BOLT binaries