LLVM コマンドのオプション

今頃知ったのだけど、LLVM のコマンド(opt, lli, etc) に --help-hidden をあたえると、山ほどオプションが出てくる。

Note that these pages do not describe all of the options available for all tools. To get a complete listing, pass the --help (general options) or --help-hidden (general+debugging options) arguments to the tool you are interested in.

http://llvm.org/docs/CommandGuide/

何か使えそうなものがありそう。