[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:13:25 PDT 2021
aganea added inline comments.
================
Comment at: lld/COFF/Options.td:291
def idlout : P_priv<"idlout">;
+def ltcg_opt : P_priv<"ltcg">;
def maxilksize : P_priv<"maxilksize">;
----------------
aganea wrote:
> Can you add `/ilk:` and `/ltcgout:` as well? This otherwise causes issues after VS 2019 16.9
Just to clarify: after VS 16.9, if these options aren't provided explicitly, the MSBuild property sheets would add these two options with default values.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108799/new/
https://reviews.llvm.org/D108799
More information about the llvm-commits
mailing list