[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 14:23:45 PDT 2019


tstellar added a comment.

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.


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