# Copyright (c) 2021-2024 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. module: name: irtoc namespace: ark::irtoc options: - name: irtoc-output type: std::string default: "irtoc.o" description: Output file name - name: irtoc-output-llvm type: std::string default: "irtoc_llvm.o" description: Output file name for object file generated by llvm - name: irtoc-llvm-stats type: std::string default: none possible_values: - none - short - full - typed description: Report compilation statistic, where none - disables compilation statistic, short - reports only LLVM_SUFFIX compilation units without dynamic methods which were skipped by LLVM and compiled by Ark, full - reports only skipped by LLVM or compiled by Ark compilation units, and typed - same as full but without dynamic methods