[lld] Add and ignore some flags for ld compat.

llvm-svn: 171835
This commit is contained in:
Michael J. Spencer 2013-01-08 02:12:01 +00:00
parent 9cf4480392
commit 8f80cd92d9
1 changed files with 6 additions and 0 deletions

View File

@ -15,3 +15,9 @@ def relocatable_r : Flag<["-"], "r">, Alias<relocatable>;
def OCTOTHORPE_OCTOTHORPE_OCTOTHORPE : Flag<["-"], "###">;
def emit_yaml : Flag<["-"], "emit-yaml">;
def m : Separate<["-"], "m">;
def static : Flag<["-"], "static">;
def L : Joined<["-"], "L">;