You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just tried to compile on Fedora 39, and I've hit this error:
evaluator.cpp:39:10: fatal error: llvm/Transforms/IPO/PassManagerBuilder.h: No such file or directory
39 | #include <llvm/Transforms/IPO/PassManagerBuilder.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
According to this LLVM issue, this header file was removed in LLVM 17. Presumably lpython needs to be updated to support later LLVM?
I couldn't find anyone else reporting this so I don't know if it's something I've done wrong..
The text was updated successfully, but these errors were encountered:
I've just tried to compile on Fedora 39, and I've hit this error:
According to this LLVM issue, this header file was removed in LLVM 17. Presumably lpython needs to be updated to support later LLVM?
I couldn't find anyone else reporting this so I don't know if it's something I've done wrong..
The text was updated successfully, but these errors were encountered: