[PATCH] D64817: [CMake] Fix LLVM build non-determinism on RHEL

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 20 16:10:19 PDT 2019


tstellar added a comment.

In D64817#1638283 <https://reviews.llvm.org/D64817#1638283>, @hubert.reinterpretcast wrote:

> 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.


Is this the use case this patch is intended to fix?


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