[flang-commits] [flang] [flang] Add flag to disable Float128 runtime (PR #110116)

David Truby via flang-commits flang-commits at lists.llvm.org
Thu Sep 26 07:46:16 PDT 2024


================
@@ -103,7 +103,13 @@ append(${NO_LTO_FLAGS} CMAKE_CXX_FLAGS)
 add_definitions(-U_GLIBCXX_ASSERTIONS)
 add_definitions(-U_LIBCPP_ENABLE_ASSERTIONS)
 
-add_subdirectory(Float128Math)
+set(FLANG_RUNTIME_ENABLE_F128 On CACHE BOOL
----------------
DavidTruby wrote:

I was sort of just trying to get this as a quick fix for building the runtime. I think fixing up all the warnings etc might be a bit more effort.

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


More information about the flang-commits mailing list