type
status
slug
summary
tags
category
icon
password
new update day
Property
Oct 22, 2023 01:31 PM
created days
Last edited time
Oct 22, 2023 01:31 PM
开发环境准备
安装构建环境
- 系统环境:arch
- 安装构建运行环境
准备源码环境
编写构建脚本
错误处理
如果编译期间出现 Compiling Cling error: ‘numeric_limits’ is not a member of ‘std’ 的问题,只需要在
llvm/utils/benchmark/src/benchmark_register.h
中添加 #include <limits>
即可。参考资料
- Author:tangcuyu
- URL:https://expoli.tech/articles/2023/03/31/build-ollvm-yourself
- Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!
Relate Posts