1 Star 0 Fork 1.4K

刘辉科 / OpenArkCompiler

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
BUILD.gn 1.81 KB
一键复制 编辑 原始数据 按行查看 历史
BinaryFZ 提交于 2020-12-01 10:54 . update buildsystem
#
# Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved.
#
# OpenArkCompiler is licensed under Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
#
# http://license.coscl.org.cn/MulanPSL2
#
# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR
# FIT FOR A PARTICULAR PURPOSE.
# See the Mulan PSL v2 for more details.
#
group("maple") {
deps = [
"${MAPLEALL_ROOT}:maple",
]
}
group("irbuild") {
deps = [
"${MAPLEALL_ROOT}:irbuild",
]
}
group("mplfe") {
deps = [
"${MPLFE_ROOT}:mplfe",
]
}
group("mplfeUT") {
deps = [
"${MPLFE_ROOT}/test:mplfeUT",
]
}
group("maple-rt") {
deps = [
"${MAPLE_MRT_ROOT}:maple-rt",
]
}
group("ast2mpl") {
deps = []
if (IS_AST2MPL_EXISTS == "1") {
deps = [
"${AST2MPL_ROOT}/src:ast2mpl",
]
}
}
group("aarch64isa_headers") {
exec_script(
"${MAPLEALL_ROOT}/maple_be/src/cg/script/genmop.py",
[
rebase_path("${MAPLEALL_ROOT}/maple_be/src/cg/aarch64/aarch64_md.def",
root_build_dir),
rebase_path(
"${MAPLEALL_ROOT}/maple_be/include/cg/aarch64/aarch64_isa.def",
root_build_dir),
])
}
group("maplegendef") {
exec_script("${MAPLEALL_ROOT}/maple_be/mdgen/gendef.py",
[
rebase_path("${GN_BINARY_OUTPUT_DIRECTORY}/maplegen",
root_build_dir),
rebase_path("${MAPLEALL_ROOT}/maple_be/include/ad/cortex_a55",
root_build_dir),
rebase_path("${MAPLE_ROOT}/output/common/target",
root_build_dir),
])
}
C++
1
https://gitee.com/chinahuik/OpenArkCompiler.git
git@gitee.com:chinahuik/OpenArkCompiler.git
chinahuik
OpenArkCompiler
OpenArkCompiler
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891