[clang] Add powerpc64le-none-linux-gnu to gnu toolchain for PPC64
authorclementval <clementval@gmail.com>
Fri, 8 Jan 2021 01:07:53 +0000 (20:07 -0500)
committerclementval <clementval@gmail.com>
Fri, 8 Jan 2021 01:08:20 +0000 (20:08 -0500)
commit48baa7f5b11cbe6b00711864a19cd8b722f5940d
treefbad48b8a7ad33f06e545fe5fc42904b11fff809
parent8dddcc762dd98d53b9406b36e92f62502834187c
[clang] Add powerpc64le-none-linux-gnu to gnu toolchain for PPC64

While trying to compile clang and openmp with a freshly built clang with the gcc/7.4.0
toolchain on the Summit supercomputer I face some error because of the triple under which
the GCC toolchain is installed was not present in for PPC64LE triples.
This patch add the powerpc64le-none-linux-gnu used on system like Summit and Ascent.

Reviewed By: jdenny

Differential Revision: https://reviews.llvm.org/D94261
clang/lib/Driver/ToolChains/Gnu.cpp