1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-20 01:18:53 +03:00
mold/options.td
2020-10-20 15:04:18 +09:00

5 lines
140 B
TableGen

include "llvm/Option/OptParser.td"
def o: JoinedOrSeparate<["-"], "o">, MetaVarName<"<path>">,
HelpText<"Path to file to write output">;