Recognize -Bshareable as alias for -shared.

llvm-svn: 189752
This commit is contained in:
Joerg Sonnenberger 2013-09-02 09:34:35 +00:00
parent 354a2f30d4
commit 2bbc79039d
1 changed files with 1 additions and 0 deletions

View File

@ -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">;