mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-05 07:32:36 +00:00
[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:
parent
f7aff68fe3
commit
7b33f21f3d
@ -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">,
|
||||
|
Loading…
Reference in New Issue
Block a user