[llvm-branch-commits] [clang] [flang] [lld] [llvm] [Flang] LLVM_ENABLE_RUNTIMES=flang-rt (PR #110217)
Michael Kruse via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Dec 16 08:53:39 PST 2024
Meinersbur wrote:
@h-vetinari Is this using a bootstrap or default-only build? Is flang built in-tree or out-of-tree? Is `flang` in the build- or install-tree? Did you check whether the `flang_rt.static.lib` is present?
I am going to test more configurations under Windows trying to reproduce this. Narrowing it down would help.
@clementval I am pretty sure that bot intends to test build Flang using shared libraries (`libFortranSemantics.so`, ...), not the runtime. That those have been linked was unfortunate. That builder is going to continue to work with a static `libflang_rt.a`.
https://github.com/llvm/llvm-project/pull/110217
More information about the llvm-branch-commits
mailing list