You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
@ -1,26 +0,0 @@
|
||||
include "llvm/Option/OptParser.td"
|
||||
|
||||
def m: JoinedOrSeparate<["-"], "m">, HelpText<"Set target machine">;
|
||||
def m_long : JoinedOrSeparate<["--"], "machine">, Alias<m>;
|
||||
|
||||
def l: JoinedOrSeparate<["-"], "l">, HelpText<"Generate an import lib">;
|
||||
def l_long : JoinedOrSeparate<["--"], "output-lib">, Alias<l>;
|
||||
|
||||
def D: JoinedOrSeparate<["-"], "D">, HelpText<"Specify the input DLL Name">;
|
||||
def D_long : JoinedOrSeparate<["--"], "dllname">, Alias<D>;
|
||||
|
||||
def d: JoinedOrSeparate<["-"], "d">, HelpText<"Input .def File">;
|
||||
def d_long : JoinedOrSeparate<["--"], "input-def">, Alias<d>;
|
||||
|
||||
def k: Flag<["-"], "k">, HelpText<"Kill @n Symbol from export">;
|
||||
def k_alias: Flag<["--"], "kill-at">, Alias<k>;
|
||||
|
||||
//==============================================================================
|
||||
// The flags below do nothing. They are defined only for dlltool compatibility.
|
||||
//==============================================================================
|
||||
|
||||
def S: JoinedOrSeparate<["-"], "S">, HelpText<"Assembler">;
|
||||
def S_alias: JoinedOrSeparate<["--"], "as">, Alias<S>;
|
||||
|
||||
def f: JoinedOrSeparate<["-"], "f">, HelpText<"Assembler Flags">;
|
||||
def f_alias: JoinedOrSeparate<["--"], "as-flags">, Alias<f>;
|
Reference in New Issue
Block a user