[all-commits] [llvm/llvm-project] e18361: [flang] Get ppc64le build bot back up
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Apr 26 09:40:20 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e1836123a7ecb57dcb9a4630c6960478df829fc5
https://github.com/llvm/llvm-project/commit/e1836123a7ecb57dcb9a4630c6960478df829fc5
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-04-26 (Tue, 26 Apr 2022)
Changed paths:
M flang/lib/Evaluate/intrinsics-library.cpp
Log Message:
-----------
[flang] Get ppc64le build bot back up
A recent change assumed that the native C++ "long double" maps to
a Fortran data type; but this turns out to not be true for ppc64le,
which uses "double-double" for "long double".
This is a quick patch to get the ppc64le flang build bot back up.
A better fix that either uses HostTypeExists<> or replaces "long double"
with "ieee128_t" (or some other solution) is expected to follow soon.
Differential Revision: https://reviews.llvm.org/D124423
More information about the All-commits
mailing list