Allow disabling --llvm-shared
in opt-dist
This commit is contained in:
parent
f433fa46b0
commit
bd9bd388fc
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ enum EnvironmentCmd {
|
||||||
rustc_perf_checkout_dir: Option<Utf8PathBuf>,
|
rustc_perf_checkout_dir: Option<Utf8PathBuf>,
|
||||||
|
|
||||||
/// Is LLVM for `rustc` built in shared library mode?
|
/// 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,
|
llvm_shared: bool,
|
||||||
|
|
||||||
/// Should BOLT optimization be used? If yes, host LLVM must have BOLT binaries
|
/// Should BOLT optimization be used? If yes, host LLVM must have BOLT binaries
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue