mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-19 02:25:01 +00:00
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
This commit is contained in:
@@ -241,7 +241,7 @@ def llvm_gcc_mxx_pch : llvm_gcc_pch_based
|
|||||||
def opt : Tool<
|
def opt : Tool<
|
||||||
[(in_language "llvm-bitcode"),
|
[(in_language "llvm-bitcode"),
|
||||||
(out_language "llvm-bitcode"),
|
(out_language "llvm-bitcode"),
|
||||||
(output_suffix "bc"),
|
(output_suffix "opt.bc"),
|
||||||
(actions (case (not_empty "Wo,"), (forward_value "Wo,"),
|
(actions (case (not_empty "Wo,"), (forward_value "Wo,"),
|
||||||
(switch_on "O1"), (forward "O1"),
|
(switch_on "O1"), (forward "O1"),
|
||||||
(switch_on "O2"), (forward "O2"),
|
(switch_on "O2"), (forward "O2"),
|
||||||
|
Reference in New Issue
Block a user