[PATCH] D134375: [LTO][AIX] Invoking AIX System Assembler in LTO CodeGen

wael yehia via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 21 12:58:30 PDT 2022


w2yehia added inline comments.


================
Comment at: llvm/lib/LTO/LTOCodeGenerator.cpp:126
+
+cl::opt<bool> SaveTemps(
+    "lto-save-temps", cl::init(false),
----------------
We should either introduce the savetemps option in a separate patch (my preference), or implement it fully by calling `Config.addSaveTemps` in the `LTOCodeGenerator` constructor.
Also, the option spelling should be `-save-temps` to match the existing option available in other tools.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134375/new/

https://reviews.llvm.org/D134375



More information about the llvm-commits mailing list