mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
3cc06cc83a
It can be handy to have all information about options gathered in a single place to provide an overview of all supported options. This patch allows the following: def Options : OptionList<[ (switch_option "E", (help "Help string")), (alias_option "quiet", "q") ... ]>; Tool-specific option properties (like 'append_cmd') have (obviously) no meaning in this context, so the only properties that are allowed are 'help' and 'required'. See usage example in examples/Clang.td. llvm-svn: 51754 |
||
---|---|---|
.. | ||
doc | ||
examples | ||
Action.cpp | ||
Action.h | ||
AutoGenerated.cpp | ||
AutoGenerated.h | ||
Common.td | ||
CompilationGraph.cpp | ||
CompilationGraph.h | ||
Error.h | ||
Graph.td | ||
llvmc.cpp | ||
Makefile | ||
Tool.h | ||
Tools.td |