[lld] [lld][COFF][LTO] Implement /lldemit:llvm option (PR #66964)

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 2 05:06:46 PDT 2023


================
@@ -76,6 +76,7 @@ def lldltocachepolicy : P<"lldltocachepolicy",
     "Pruning policy for the ThinLTO cache">;
 def lldsavetemps : F<"lldsavetemps">,
     HelpText<"Save intermediate LTO compilation results">;
+def lldemit : P<"lldemit", "Specify output type">;
----------------
mstorsjo wrote:

Can you sort this line alphabetically with the rest of the `lld`-prefixed options above? Alternatively there's a whole section with lld specific custom options below (after line 223), with lots of LTO specific options, where I think this might fit in even better?

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


More information about the llvm-commits mailing list