[flang-commits] [PATCH] D109108: [flang] Use CMake to determine endianness.

Steve Scalpone via Phabricator via flang-commits flang-commits at lists.llvm.org
Tue Sep 28 06:34:54 PDT 2021


sscalpone added a comment.

Time to upgrade to C++20?
https://en.cppreference.com/w/cpp/types/endian

This change conflates the endianness of the compile-time host with the endianness of the target.  Perhaps it better for now to hard-code WIN32 as little endian?


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