From c9aa78d4ce2fff86a897308cc103d74754657897 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Wed, 22 Sep 2010 09:00:35 +0000 Subject: [PATCH] A more informative output suffix for the opt tool. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114540 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvmc/src/Base.td.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/llvmc/src/Base.td.in b/tools/llvmc/src/Base.td.in index 12c283a432b..3c001864cab 100644 --- a/tools/llvmc/src/Base.td.in +++ b/tools/llvmc/src/Base.td.in @@ -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"), -- 2.34.1