diff options
author | Peter Klausler <pklausler@nvidia.com> | 2022-04-25 17:36:05 -0700 |
---|---|---|
committer | Peter Klausler <pklausler@nvidia.com> | 2022-04-26 09:40:03 -0700 |
commit | e1836123a7ecb57dcb9a4630c6960478df829fc5 (patch) | |
tree | 8e71e3b75d7e50bcb53ec302528331bb5ea77958 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 6c1a0d5205f6a2a01d6ff3e4213d24a2cff29875 (diff) | |
download | llvm-e1836123a7ecb57dcb9a4630c6960478df829fc5.zip llvm-e1836123a7ecb57dcb9a4630c6960478df829fc5.tar.gz llvm-e1836123a7ecb57dcb9a4630c6960478df829fc5.tar.bz2 |
[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
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions