[Driver][GNU] Accept and ignore more options.

llvm-svn: 176749
This commit is contained in:
Michael J. Spencer 2013-03-09 01:41:37 +00:00
parent 52fdb8bf13
commit 9b5e8da3b4
1 changed files with 4 additions and 0 deletions

View File

@ -22,11 +22,15 @@ def emit_yaml : Flag<["-"], "emit-yaml">;
def m : Separate<["-"], "m">;
def z : Separate<["-"], "z">;
def rpath : Separate<["-"], "rpath">;
def soname : Separate<["-"], "soname">;
def static : Flag<["-"], "static">;
def shared : Flag<["-"], "shared">;
def start_group : Flag<["--"], "start-group">;
def end_group : Flag<["--"], "end-group">;
def build_id : Flag<["--"], "build-id">;
def eh_frame_hdr : Flag<["--"], "eh-frame-hdr">;
def L : Joined<["-"], "L">;
def l : Joined<["-"], "l">;