lpython icon indicating copy to clipboard operation
lpython copied to clipboard

GitHub Workflow Fails with LLVM 14

Open Vipul-Cariappa opened this issue 1 year ago • 1 comments

I am adding GitHub workflow to run LLVM related tests with other versions of LLVM that are supported by LFortran (PR: #2754). But the tests fail with a segfault when using LLVM 14. It passes with LLVM 10, 11, 15 & 16.

Vipul-Cariappa avatar Jul 27 '24 03:07 Vipul-Cariappa

If that's the case, then we need to test every single LLVM version between 10 - 18. I was hoping we could perhaps skip some, but I guess we cannot.

certik avatar Aug 07 '24 23:08 certik