[flang-commits] [flang] [flang] Handle Hollerith in data statement initialization in big endian (PR #103451)

Rainer Orth via flang-commits flang-commits at lists.llvm.org
Thu Aug 22 08:06:30 PDT 2024


rorth wrote:

It should be done in `lit` itself, rather than repeating the code in every testsuite.  This has nothing to do with Solaris, btw.  It's SPARC that is big-endian (while there's also a Solaris/amd64 port that obviously is not).  Linux/sparc64 is affected, too (but the build is still running ATM).

See. PR #103722 for an example how I did it before.  However, this approach doesn't scale (imagine adding s390x to the mix...)

https://github.com/llvm/llvm-project/pull/103451


More information about the flang-commits mailing list