forked from OSchip/llvm-project
[Driver][GNU] Accept and ignore more options.
llvm-svn: 176749
This commit is contained in:
parent
52fdb8bf13
commit
9b5e8da3b4
|
@ -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">;
|
||||
|
|
Loading…
Reference in New Issue