-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
F18 (now Flang) upstreamed #16
Comments
Not useful at the moment as it is only a parser at the moment and code generation is a wip. |
Sounds like this is now available in LLVM 11.0. |
The very first bits of code generation made it for LLVM 14, but realistically nothing usable before LLVM 15. |
There were a couple talks at a recent LLVM Developer Meeting. Not exactly sure when the slides/videos will be available. Maybe in a couple weeks? In particular this one:
Also this one:
|
The first rc of LLVM 15 just dropped. I'll probably need a couple bits and pieces in place first, but I'd like to build the rc's of LLVM flang on this feedstock. Could someone create an |
Given LLVM 15 has since come out, maybe this is easier to explore |
We've got first builds of flang 17 as of #28 now. |
Closing this one as completed |
FWIW Flang entered LLVM mainline ( https://github.com/llvm/llvm-project/tree/main/flang/ ). Guessing it will be available in LLVM 11.0.
The text was updated successfully, but these errors were encountered: