linux - 如何下载适用于 redhat 32 位的 LLVM

标签 linux llvm redhat

我想下载适用于 red hat 32 位的 LLVM。在 LLVM 的官方网站上搜索它,但找不到它。有人可以帮忙吗?

最佳答案

一步一步:

安装gcc

sudo yum install gcc

安装 LLVM 和 Clang

sudo yum install clang

检查已安装的版本,并查看它们的位置。

clang --version
    May say: clang version 3.4.2 (tags/RELEASE_34/dot2-final)
which clang
    /usr/bin/clang
gcc --version
    May say: gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-11)
g++ --version
    May say: g++ (GCC) 4.4.7 20120313 (Red Hat 4.4.7-11)
which gcc
    /usr/bin/gcc
which g++
    /usr/bin/g++

关于linux - 如何下载适用于 redhat 32 位的 LLVM,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34726461/

相关文章:

linux - 获取 Red Hat Linux 的 CD-R 的 SCSI id

linux - 能够使用非 sudo 用户覆盖只读文件的 root 权限

c++ - 如何在将 CMake 用于 LLVM 时启用共享库构建?

c++ - _i64toa_s 的等效项是什么?

clang - 使用 clang 优化 channel /标志进行编译

linux - 在 RedHat 3 上安装最新的 git

linux - 找不到以 root 身份运行的库

linux - 如何将一个目录文件(包括隐藏文件)复制到另一个目录?

c - 错误 : "device or resource busy" in removing proc module

linux - AF-XDP : Is there a bug regarding small packets?