[PATCH] D39330: [LLD] [MinGW] Ignore the --enable-auto-import flag
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 26 13:12:30 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL316693: [MinGW] Ignore the --enable-auto-import flag (authored by mstorsjo).
Changed prior to commit:
https://reviews.llvm.org/D39330?vs=120385&id=120473#toc
Repository:
rL LLVM
https://reviews.llvm.org/D39330
Files:
lld/trunk/MinGW/Options.td
Index: lld/trunk/MinGW/Options.td
===================================================================
--- lld/trunk/MinGW/Options.td
+++ lld/trunk/MinGW/Options.td
@@ -37,6 +37,7 @@
def Bstatic: F<"Bstatic">, HelpText<"Do not link against shared libraries">;
def O: Joined<["-"], "O">, HelpText<"Optimize output file size">;
def enable_auto_image_base: F<"enable-auto-image-base">;
+def enable_auto_import: F<"enable-auto-import">;
def full_shutdown: Flag<["--"], "full-shutdown">;
def major_image_version: S<"major-image-version">;
def minor_image_version: S<"minor-image-version">;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39330.120473.patch
Type: text/x-patch
Size: 590 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171026/1c4f2968/attachment.bin>
More information about the llvm-commits
mailing list