2015-07-25 05:03:07 +08:00
|
|
|
include "llvm/Option/OptParser.td"
|
|
|
|
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
/// Utility Functions
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
|
|
|
def output : Separate<["-"], "o">, MetaVarName<"<path>">,
|
|
|
|
HelpText<"Path to file to write output">;
|
2015-09-12 02:49:42 +08:00
|
|
|
|
|
|
|
def dynamic_linker : Separate<["-"], "dynamic-linker">,
|
|
|
|
HelpText<"Which dynamic linker to use">;
|
2015-09-12 05:18:56 +08:00
|
|
|
|
|
|
|
def rpath : Separate<["-"], "rpath">,
|
2015-09-12 05:26:42 +08:00
|
|
|
HelpText<"Add a DT_RUNPATH to the output">;
|