[mach-o]: Support deprecated -seg1addr alias for -image_base

Because NO LINKER MAY CHANGE. EVER. Even if it's a complete rewrite
from scratch.

llvm-svn: 217572
This commit is contained in:
Tim Northover 2014-09-11 07:56:20 +00:00
parent f7aff68fe3
commit 7b33f21f3d
1 changed files with 2 additions and 0 deletions

View File

@ -143,6 +143,8 @@ def sectalign : MultiArg<["-"], "sectalign", 3>,
MetaVarName<"<segname> <sectname> <alignment>">,
HelpText<"alignment for segment/section">;
def image_base : Separate<["-"], "image_base">;
def seg1addr : Separate<["-"], "seg1addr">, Alias<image_base>;
def t : Flag<["-"], "t">,
HelpText<"Print the names of the input files as ld processes them">;
def v : Flag<["-"], "v">,