Are there plans to merge the flang fortran runtime library in time for the llvm 11 release?
Jack
Hi,
As you have probably noticed, a small portion of the flang runtime is there in the repo already. This covers portions of I/O, memory allocation etc.
https://github.com/llvm/llvm-project/tree/master/flang/runtime
If your question is whether the entire runtime will be there by llvm 11, then the answer is NO. If your question is whether the flang runtime of old flang (flang-compiler/flang, https://github.com/flang-compiler/flang/tree/master/runtime) be merged into llvm-project/flang, then the answer is again NO. The plan is to rewrite most of it. The math library (pgmath) will probably be reused.
Thanks,
Kiran