[all-commits] [llvm/llvm-project] a5791b: [clang] Add gcc-toolset-10 support (RHEL/CentOS 8)

Simon Moll via All-commits all-commits at lists.llvm.org
Mon Aug 30 04:34:23 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a5791badde32cf794edbddf737cbc8344257449b
      https://github.com/llvm/llvm-project/commit/a5791badde32cf794edbddf737cbc8344257449b
  Author: Simon Moll <simon.moll at emea.nec.com>
  Date:   2021-08-30 (Mon, 30 Aug 2021)

  Changed paths:
    M clang/lib/Driver/ToolChains/Gnu.cpp
    M clang/lib/Driver/ToolChains/Linux.cpp

  Log Message:
  -----------
  [clang] Add gcc-toolset-10 support (RHEL/CentOS 8)

Clang only adds GCC paths for RHEL <= 7 'devtoolset-<N>' Software
Collections (SCL).  This generalizes this support to also include the
'gcc-toolset-10' SCL in RHEL/CentOS 8.

Reviewed By: stephan.dollberg

Differential Revision: https://reviews.llvm.org/D108908




More information about the All-commits mailing list