Is the f18 merge just for the fortran front-end? Does that front end use the same libflang as flang? I ask because, last time I checked, libflang still was not buildable on darwin. https://github.com/flang-compiler/flang/issues/780 Jack -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191219/0e57b1ab/attachment.html>
On 19/12/2019 14:07, Jack Howarth via llvm-dev wrote:> Is the f18 merge just for the fortran front-end? Does that front > end use the same libflang as flang? I ask because, last time I > checked, libflang still was not buildable on darwin.Yes, it's just for the frontend at this point. Further development on everything will happen in llvm-project. Worth mentioning that the existing llvm build system will not be affected in any way until patches come which add support for it. Regards, - Peter