[PATCH] D129032: [llvm-lib] Ignore /NODEFAULTLIB flag
Pengxuan Zheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 5 10:28:04 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG3f58177d7ffa: [llvm-lib] Ignore /NODEFAULTLIB flag (authored by pzheng).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129032/new/
https://reviews.llvm.org/D129032
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
@@ -44,5 +44,7 @@
//==============================================================================
def ltcg : F<"ltcg">;
+def nodefaultlib: P<"nodefaultlib", "">;
+def nodefaultlib_all: F<"nodefaultlib">;
def nologo : F<"nologo">;
def subsystem : P<"subsystem", "">;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129032.442348.patch
Type: text/x-patch
Size: 479 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220705/a223423d/attachment.bin>
More information about the llvm-commits
mailing list