[PATCH] D64817: [CMake] Fix LLVM build non-determinism on RHEL
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 20 14:57:44 PDT 2019
hubert.reinterpretcast added a comment.
In D64817#1638218 <https://reviews.llvm.org/D64817#1638218>, @tstellar wrote:
> Which version of RHEL is this patch meant for? Since the jump to C++14, on RHEL <= 7, you will need to compile llvm with the devtoolset toolchain, which has a newer version of binutils. This fix is probably only needed on the release/9.x branch (which can still be built by the system toolchain on RHEL7) and not trunk.
It is possible to build with Clang and libc++ and not use a newer version of binutils for trunk.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64817/new/
https://reviews.llvm.org/D64817
More information about the llvm-commits
mailing list