[llvm] [LTO] Add an option to select a pre-link pipeline (PR #82585)

Igor Kudrin via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 22 11:05:38 PST 2024


================
@@ -63,6 +63,9 @@ struct Config {
   /// Use the standard optimization pipeline.
   bool UseDefaultPipeline = false;
 
+  /// Use pre-link pipeline.
----------------
igorkudrin wrote:

Thanks!

https://github.com/llvm/llvm-project/pull/82585


More information about the llvm-commits mailing list