[flang-commits] [PATCH] D109108: [flang] Use CMake to determine endianness.
Alexis Perry-Holby via Phabricator via flang-commits
flang-commits at lists.llvm.org
Tue Sep 28 10:30:56 PDT 2021
AlexisPerry added a comment.
In D109108#3027357 <https://reviews.llvm.org/D109108#3027357>, @sscalpone wrote:
> Time to upgrade to C++20?
> https://en.cppreference.com/w/cpp/types/endian
I would be loathe to adopt a newer C++ standard at the moment. Didn't the larger LLVM community initially object to Flang's usage of C++17 because the rest of the codebase only used C++11? I don't remember hearing that they have updated standards yet, and I wouldn't want to create a bigger stumbling block for integration with the larger community.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109108/new/
https://reviews.llvm.org/D109108
More information about the flang-commits
mailing list