diff options
| author | Michael J. Spencer <bigcheesegs@gmail.com> | 2013-03-09 01:41:37 +0000 |
|---|---|---|
| committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2013-03-09 01:41:37 +0000 |
| commit | 9b5e8da3b418624d63576a5e2920e618c8c75e84 (patch) | |
| tree | 2e4b4396e00fd9a9bd840913ff56d19c6a170a57 | |
| parent | 52fdb8bf136db4a7053efedf48e9cc071a976ebe (diff) | |
| download | bcm5719-llvm-9b5e8da3b418624d63576a5e2920e618c8c75e84.tar.gz bcm5719-llvm-9b5e8da3b418624d63576a5e2920e618c8c75e84.zip | |
[Driver][GNU] Accept and ignore more options.
llvm-svn: 176749
| -rw-r--r-- | lld/lib/Driver/LDOptions.td | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lld/lib/Driver/LDOptions.td b/lld/lib/Driver/LDOptions.td index 736c9c80ec5..516d487b41a 100644 --- a/lld/lib/Driver/LDOptions.td +++ b/lld/lib/Driver/LDOptions.td @@ -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">; |

