Skip to content

Commit c40049d

Browse files
committed
[lld][MinGW] Remove --no-as-needed from ignored flags
In the post commit discussion of https://reviews.llvm.org/D116484 it was concluded that `--no-as-needed` should not be ignored. `--as-needed` stays ignored as it is already the default behaviour on COFF, which cannot be changed.
1 parent 1bb65bd commit c40049d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lld/MinGW/Options.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ def: F<"end-group">;
154154
def: Flag<["--"], "full-shutdown">;
155155
defm: EqNoHelp<"major-image-version">;
156156
defm: EqNoHelp<"minor-image-version">;
157-
def: F<"no-as-needed">;
158157
def: F<"no-undefined">;
159158
def: F<"pic-executable">;
160159
defm: EqNoHelp<"plugin">;

0 commit comments

Comments
 (0)