mirror of
https://github.com/rui314/mold.git
synced 2024-11-11 16:58:12 +03:00
5 lines
140 B
TableGen
5 lines
140 B
TableGen
include "llvm/Option/OptParser.td"
|
|
|
|
def o: JoinedOrSeparate<["-"], "o">, MetaVarName<"<path>">,
|
|
HelpText<"Path to file to write output">;
|