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

Alexandre Ganea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 27 06:10:16 PDT 2021


aganea accepted this revision.
aganea added a comment.
This revision is now accepted and ready to land.

Sounds good.



================
Comment at: lld/COFF/Options.td:291
 def idlout : P_priv<"idlout">;
+def ltcg_opt : P_priv<"ltcg">;
 def maxilksize : P_priv<"maxilksize">;
----------------
Can you add `/ilk:` and `/ltcgout:` as well? This otherwise causes issues after VS 2019 16.9


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

https://reviews.llvm.org/D108799



More information about the llvm-commits mailing list