[Openmp-commits] [clang] [flang] [llvm] [openmp] [Flang][OpenMP] Move builtin .mod generation into runtimes (PR #137828)

Joseph Huber via Openmp-commits openmp-commits at lists.llvm.org
Tue Apr 29 08:54:38 PDT 2025


================
@@ -299,6 +310,18 @@ elseif (FLANG_RT_GCC_RESOURCE_DIR)
   endif ()
 endif ()
 
+
+
+if (CMAKE_C_BYTE_ORDER STREQUAL "BIG_ENDIAN")
----------------
jhuber6 wrote:

I was hoping I got rid of needing to detect endianness in CMake, since it makes cross-compiling a pain. Not eager to see it back.

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


More information about the Openmp-commits mailing list