[PATCH] D108799: [lld/COFF] Ignore /LTCG and /LTCG:FOO flags

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 27 06:16:42 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG34ac7a7ac1a3: [lld/COFF] Ignore /LTCG, /LTCG:, /LTCGOUT:, /ILK: flags (authored by thakis).
Herald added a project: LLVM.

Changed prior to commit:
  https://reviews.llvm.org/D108799?vs=369019&id=369084#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108799

Files:
  lld/COFF/Options.td


Index: lld/COFF/Options.td
===================================================================
--- lld/COFF/Options.td
+++ lld/COFF/Options.td
@@ -279,6 +279,7 @@
 //==============================================================================
 
 def ignoreidl : F<"ignoreidl">;
+def ltcg : F<"ltcg">;
 def nologo : F<"nologo">;
 def throwingnew : F<"throwingnew">;
 def editandcontinue : F<"editandcontinue">;
@@ -287,6 +288,9 @@
 def delay : P_priv<"delay">;
 def errorreport : P_priv<"errorreport">;
 def idlout : P_priv<"idlout">;
+def ilk : P_priv<"ilk">;
+def ltcg_opt : P_priv<"ltcg">;
+def ltcgout : P_priv<"ltcgout">;
 def maxilksize : P_priv<"maxilksize">;
 def tlbid : P_priv<"tlbid">;
 def tlbout : P_priv<"tlbout">;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108799.369084.patch
Type: text/x-patch
Size: 730 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210827/19c69bbf/attachment.bin>


More information about the llvm-commits mailing list