[llvm-dev] flang runtime merge?

Kiran Chandramohan via llvm-dev llvm-dev at lists.llvm.org
Wed Apr 15 00:20:08 PDT 2020


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
________________________________
From: llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of Jack Howarth via llvm-dev <llvm-dev at lists.llvm.org>
Sent: 09 April 2020 23:10
To: llvm-dev <llvm-dev at lists.llvm.org>
Subject: [llvm-dev] flang runtime merge?

   Are there plans to merge the flang fortran runtime library in time for the llvm 11 release?
              Jack
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200415/fc6e26ad/attachment.html>


More information about the llvm-dev mailing list