[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 Jan 6 08:09:13 PST 2025


h-vetinari wrote:

Still from the builds for https://github.com/llvm/llvm-project/pull/110217/commits/fbd087ce03ab7f665b9595a9847309ec8c45fbab, the result on linux is similar as on windows:
```
+ flang hello_world.f90
$PREFIX/bin/x86_64-conda-linux-gnu-ld: cannot find -lflang_rt: No such file or directory
flang-20: error: linker command failed with exit code 1 (use -v to see invocation)
```
The library is present under
```
$PREFIX/flang-rt/lib/x86_64-unknown-linux-gnu/libflang_rt.a
```

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


More information about the llvm-branch-commits mailing list