llvm-project/lld/ELF/Options.td

15 lines
517 B
TableGen
Raw Normal View History

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