aboutsummaryrefslogtreecommitdiff
path: root/lld/MinGW
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2019-05-17 11:07:46 +0000
committerMartin Storsjo <martin@martin.st>2019-05-17 11:07:46 +0000
commit6ff6a8f656eeb59f2051568334b82e1615bdca48 (patch)
treee12f886c6bac61c426df6e166d4185a950f54616 /lld/MinGW
parent6863dfaa21db2539509856852891e3dcb2b14837 (diff)
downloadllvm-project-6ff6a8f656eeb59f2051568334b82e1615bdca48.tar.gz
[MinGW] Include --enable-auto-import in the help listing
Libtool concludes that the linker doesn't support shared libraries, unless this flag is listed in the output of --help. Differential Revision: https://reviews.llvm.org/D62053 llvm-svn: 361017
Diffstat (limited to 'lld/MinGW')
-rw-r--r--lld/MinGW/Options.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/MinGW/Options.td b/lld/MinGW/Options.td
index eff46a972e1d..de3ac367d267 100644
--- a/lld/MinGW/Options.td
+++ b/lld/MinGW/Options.td
@@ -76,7 +76,7 @@ def: Joined<["-"], "O">;
def: F<"build-id">;
def: F<"disable-auto-image-base">;
def: F<"enable-auto-image-base">;
-def: F<"enable-auto-import">;
+def: F<"enable-auto-import">, HelpText<"Ignored; listed for libtool compatibility">;
def: F<"end-group">;
def: Flag<["--"], "full-shutdown">;
def: F<"high-entropy-va">;