mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-28 18:54:55 +00:00
[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.
This commit is contained in:
parent
1bb65bd58f
commit
c40049d6d7
@ -154,7 +154,6 @@ def: F<"end-group">;
|
||||
def: Flag<["--"], "full-shutdown">;
|
||||
defm: EqNoHelp<"major-image-version">;
|
||||
defm: EqNoHelp<"minor-image-version">;
|
||||
def: F<"no-as-needed">;
|
||||
def: F<"no-undefined">;
|
||||
def: F<"pic-executable">;
|
||||
defm: EqNoHelp<"plugin">;
|
||||
|
Loading…
Reference in New Issue
Block a user