[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 17:13:09 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:
I've updated to use `_colon`.
https://github.com/llvm/llvm-project/pull/115131
More information about the llvm-commits
mailing list