type
status
date
slug
summary
tags
category
created days
new update day
icon
password
Created_time
Mar 31, 2023 09:02 AM
Last edited time
Mar 1, 2025 01:50 AM
开发环境准备
安装构建环境
- 系统环境: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 许可协议,转载请注明出处。
相关文章