A more informative output suffix for the opt tool.

llvm-svn: 114540
This commit is contained in:
Mikhail Glushenkov 2010-09-22 09:00:35 +00:00
parent 0c7cc85649
commit 11adecbf75
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ def llvm_gcc_mxx_pch : llvm_gcc_pch_based
def opt : Tool<
[(in_language "llvm-bitcode"),
(out_language "llvm-bitcode"),
(output_suffix "bc"),
(output_suffix "opt.bc"),
(actions (case (not_empty "Wo,"), (forward_value "Wo,"),
(switch_on "O1"), (forward "O1"),
(switch_on "O2"), (forward "O2"),