[PATCH] D126000: [llvm-lib] Ignore /LTCG option
Pengxuan Zheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 27 11:39:13 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4f12a721f179: [llvm-lib] Ignore /LTCG option (authored by pzheng).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126000/new/
https://reviews.llvm.org/D126000
Files:
llvm/lib/ToolDrivers/llvm-lib/Options.td
Index: llvm/lib/ToolDrivers/llvm-lib/Options.td
===================================================================
--- llvm/lib/ToolDrivers/llvm-lib/Options.td
+++ llvm/lib/ToolDrivers/llvm-lib/Options.td
@@ -43,4 +43,5 @@
// The flags below do nothing. They are defined only for lib.exe compatibility.
//==============================================================================
+def ltcg : F<"ltcg">;
def nologo : F<"nologo">;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126000.432607.patch
Type: text/x-patch
Size: 439 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220527/fc1e86a4/attachment.bin>
More information about the llvm-commits
mailing list