forked from OSchip/llvm-project
Recognize -Bshareable as alias for -shared.
llvm-svn: 189752
This commit is contained in:
parent
354a2f30d4
commit
2bbc79039d
|
@ -48,6 +48,7 @@ def soname : Separate<["-"], "soname">;
|
|||
|
||||
def static : Flag<["-"], "static">;
|
||||
def shared : Flag<["-"], "shared">;
|
||||
def Bshareable : Flag<["-"], "Bshareable">, Alias<shared>;
|
||||
def start_group : Flag<["--"], "start-group">;
|
||||
def end_group : Flag<["--"], "end-group">;
|
||||
def build_id : Flag<["--"], "build-id">;
|
||||
|
|
Loading…
Reference in New Issue