加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile.common 517 Bytes
一键复制 编辑 原始数据 按行查看 历史
#===-- Makefile.common - Common make rules for LLVM --------*- Makefile -*--===#
#
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
# See https://llvm.org/LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#
#===------------------------------------------------------------------------===#
#
# Include the configuration file
#
include $(LEVEL)/Makefile.config
#
# Include LLVM's Master Makefile.
#
include $(PROJ_SRC_ROOT)/Makefile.rules
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化