linux
最爱红色
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
安装llvm3.8.0时遇到的问题,FAILED: lib/libLTO.so or FAILED: lib/libclang.so.3.8
在llvm官方(http://llvm.org/docs/GettingStarted.html)给出的安装需求中,提到硬件:仅安装llvm需要1-3GB的空间。安装llvm和clang则需要15-20GB的硬盘空间。 Note that Debug builds require a lot of time and disk space. An LLVM-only build will need原创 2016-06-01 13:01:47 · 2783 阅读 · 0 评论 -
CMake Error: Could not find CMAKE_ROOT !!! CMake has most likely not been installed correctly. Modul
CMake Error: Could not find CMAKE_ROOT !!! CMake has most likely not been installed correctly. Modul 卸载就版本的CMake,重新编译安装CMake即可。 CMake编译安装过程: 下载CMake源码包,解压。 打开CMake的根目录后, ./bootstrap make make ins原创 2016-06-12 18:15:46 · 5858 阅读 · 0 评论 -
LLVM : Unknown CMake command "add_llvm_loadable_module".
编写LLVM Pass的文档:http://llvm.org/docs/WritingAnLLVMPass.html 1.写Makefile # Makefile for hello pass # Path to top level of LLVM hierarchy LEVEL = ../../.. # Name of the library to build LIBRARYNAME =原创 2016-06-12 19:12:07 · 7316 阅读 · 1 评论
分享