about summary refs log tree commit diff
path: root/src/bootstrap/flags.rs
diff options
context:
space:
mode:
authorThe Miri Conjob Bot <miri@cron.bot>2023-10-17 05:05:07 +0000
committerThe Miri Conjob Bot <miri@cron.bot>2023-10-17 05:05:07 +0000
commit2ca415c1c2fc7991027a1cfa332e305b4f27a0f8 (patch)
treea072b8ca50207f8ed55e085580de73b0e37802f3 /src/bootstrap/flags.rs
parent8fa1b6aad2bd14fa2477daf8eeab69464e8878a5 (diff)
parenteccc9e66287d5fd141e458ae3ab25ac96a567972 (diff)
downloadrust-2ca415c1c2fc7991027a1cfa332e305b4f27a0f8.tar.gz
rust-2ca415c1c2fc7991027a1cfa332e305b4f27a0f8.zip
Merge from rustc
Diffstat (limited to 'src/bootstrap/flags.rs')
-rw-r--r--src/bootstrap/flags.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bootstrap/flags.rs b/src/bootstrap/flags.rs
index e0291e407b3..5a6a5f37fc6 100644
--- a/src/bootstrap/flags.rs
+++ b/src/bootstrap/flags.rs
@@ -152,6 +152,9 @@ pub struct Flags {
     /// generate PGO profile with llvm built for rustc
     #[arg(global(true), long)]
     pub llvm_profile_generate: bool,
+    /// Enable BOLT link flags
+    #[arg(global(true), long)]
+    pub enable_bolt_settings: bool,
     /// Additional reproducible artifacts that should be added to the reproducible artifacts archive.
     #[arg(global(true), long)]
     pub reproducible_artifact: Vec<String>,