[llvm-branch-commits] [clang] [flang] [lld] [llvm] [Flang] LLVM_ENABLE_RUNTIMES=flang-rt (PR #110217)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Dec 9 10:15:44 PST 2024


================
@@ -15,6 +15,7 @@
 # used for building this FortranFloat128Math library.
 
 include(CheckLibraryExists)
+include(CheckIncludeFile)
----------------
jeanPerier wrote:

When using `-DFLANG_RUNTIME_F128_MATH_LIB=libquadmath`, I am seeing a failure in my latest test where cmake `check_include_file` for quadmath.h fails below while the system has it and a similar cmake command works with the current llvm main.

I will invetsigate more, I suspect that some system header paths are set-up in the llvm/flang build that are not set-up anymore here.

I am surprised I did not see that earlier my earlier testing (maybe that is because I mostly tested out-of-tree and that worked there, I need to check that).

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


More information about the llvm-branch-commits mailing list