[lld] [LLD][COFF] allow saving intermediate files with /lldsavetemps (PR #115131)
Miguel A. Arroyo via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 6 09:03:02 PST 2024
================
@@ -79,6 +79,9 @@ def lldltocachepolicy : P<"lldltocachepolicy",
"Pruning policy for the ThinLTO cache">;
def lldsavetemps : F<"lldsavetemps">,
HelpText<"Save intermediate LTO compilation results">;
+def lldsavetemps_eq : Joined<["/", "-", "/?", "-?"], "lldsavetemps:">,
----------------
mayanez wrote:
It seems `_colon` is used for `manifest_colon`. It probably makes sense to use `_colon` here as well.
https://github.com/llvm/llvm-project/pull/115131
More information about the llvm-commits
mailing list