forked from OSchip/llvm-project
8 lines
238 B
TableGen
8 lines
238 B
TableGen
![]() |
include "llvm/Option/OptParser.td"
|
||
|
|
||
|
def target : Separate<["-"], "target">, HelpText<"Target triple to link for">;
|
||
|
|
||
|
def output : Joined<["-"], "output=">;
|
||
|
def entry : Joined<["-"], "entry=">;
|
||
|
def relocatable : Flag<["-"], "relocatable">;
|