[PATCH] D128458: [llvm-lib] Ignore /SUBSYSTEM flag
Pengxuan Zheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 28 09:47:23 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb5b7e3adcdcd: [llvm-lib] Ignore /SUBSYSTEM flag (authored by pzheng).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128458/new/
https://reviews.llvm.org/D128458
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
@@ -45,3 +45,4 @@
def ltcg : F<"ltcg">;
def nologo : F<"nologo">;
+def subsystem : P<"subsystem", "">;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128458.440667.patch
Type: text/x-patch
Size: 313 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220628/4aa5008e/attachment.bin>
More information about the llvm-commits
mailing list