[flang-commits] [flang] [flang] Add flag to disable Float128 runtime (PR #110116)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Thu Sep 26 06:35:55 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
----------------
tblah wrote:
We check for F128 in other places too. See https://github.com/llvm/llvm-project/pull/106957
https://github.com/llvm/llvm-project/pull/110116
More information about the flang-commits
mailing list