hunting/tools/clang-tidy/README.md
2024-06-15 08:39:16 +08:00

9 lines
563 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 1. llvm系列工具
   git clone时可能会非常慢且频繁失败网速快时可正常失败后请多次重试。最好在保证网速的情况下进行下载源码。
## 1.1. 使用说明
1. 在本目录执行make;会下载源码编译并把llvm源码包含生成的工具文件拷贝到**用户根目录**以方便不同目录的源码工程可以复用llvm工具
**如果安装时使用普通用户执行make compile_llvm编译时使用跟用户权限或者加sudo可能会提示命令不存在。**