$ bin/llvm-lit test -s # 全てのテストを実行する。 +$ bin/llvm-lit -s --filter "Triple" test # Tripleに関するテストを実行する。 +$ bin/llvm-lit -s --filter 'CAHP' test # CAHPを含むテストを実行する。 +$ bin/llvm-lit -as --filter 'CAHP' test # テスト結果を詳細に表示する。 +$ bin/llvm-lit -as --filter 'CAHP' --debug test # デバッグ情報を表示する。+