forked from OSchip/llvm-project
9 lines
326 B
TableGen
9 lines
326 B
TableGen
|
include "llvm/Option/OptParser.td"
|
||
|
|
||
|
//===----------------------------------------------------------------------===//
|
||
|
/// Utility Functions
|
||
|
//===----------------------------------------------------------------------===//
|
||
|
|
||
|
def output : Separate<["-"], "o">, MetaVarName<"<path>">,
|
||
|
HelpText<"Path to file to write output">;
|