This is an archive of the discontinued LLVM Phabricator instance.

[clang] Add powerpc64le-none-linux-gnu to gnu toolchain for PPC64
ClosedPublic

Authored by clementval on Jan 7 2021, 1:30 PM.

Details

Summary

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.

Diff Detail

Event Timeline

clementval created this revision.Jan 7 2021, 1:30 PM
clementval requested review of this revision.Jan 7 2021, 1:30 PM
Herald added a project: Restricted Project. · View Herald Transcript
jdenny accepted this revision.Jan 7 2021, 2:17 PM

LGTM

This revision is now accepted and ready to land.Jan 7 2021, 2:17 PM