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>
即可。参考资料
- 作者:tangcuyu
- 链接:https://expoli.tech/articles/2023/03/31/build-ollvm-yourself
- 声明:本文采用 CC BY-NC-SA 4.0 许可协议,转载请注明出处。
相关文章