[all-commits] [llvm/llvm-project] 34ac7a: [lld/COFF] Ignore /LTCG, /LTCG:, /LTCGOUT:, /ILK: ...
Nico Weber via All-commits
all-commits at lists.llvm.org
Fri Aug 27 06:16:46 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 34ac7a7ac1a382d3170ab5728b288018b06f98d1
https://github.com/llvm/llvm-project/commit/34ac7a7ac1a382d3170ab5728b288018b06f98d1
Author: Nico Weber <thakis at chromium.org>
Date: 2021-08-27 (Fri, 27 Aug 2021)
Changed paths:
M lld/COFF/Options.td
Log Message:
-----------
[lld/COFF] Ignore /LTCG, /LTCG:, /LTCGOUT:, /ILK: flags
We currently complain "could not open /LTCG: no such file or directory",
which isn't very useful. We could emit a warning when we see this flag, but
just ignoring it seems fine.
Final missing part of PR38799.
Differential Revision: https://reviews.llvm.org/D108799
More information about the All-commits
mailing list