[flang-commits] [PATCH] D124423: [flang] Get ppc64le build bot back up

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Mon Apr 25 16:46:48 PDT 2022


klausler created this revision.
klausler added reviewers: jeanPerier, nemanjai.
klausler added a project: Flang.
Herald added subscribers: jdoerfert, shchenz.
Herald added a project: All.
klausler requested review of this revision.

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.


https://reviews.llvm.org/D124423

Files:
  flang/lib/Evaluate/intrinsics-library.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124423.425060.patch
Type: text/x-patch
Size: 11261 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20220425/a93f858b/attachment.bin>


More information about the flang-commits mailing list