方舟编译器工具openarkcompiler clang+llvm8.0.0x86_64linuxgnuubuntu16.04.tar.xz0
方舟编译器工具openarkcompiler#安装Clang编译器并完成配置(用于编译方舟编译器代码)下载**clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-16.04**LLVM下载地址:http://releases.llvm.org/download.html#8.0.0放置到`openarkcompiler/tools`目录,打开`openarkcompiler/build/config/BUILDCONFIG.gn`文件,将`GN_C_COMPILER`、`GN_CXX_COMPILER`和`GN_AR`三个变量配置为Clang编译器所
用户评论