-
Notifications
You must be signed in to change notification settings - Fork 164
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
CI tests for LLVM 10, 14, 15 and 16 #2754
Conversation
It looks like we broke something with LLVM 14. The build is successful, but running the tests fails with segfault. EDITED |
@Shaikh-Ubaid, I am not able to replicate the error on my local computer. Could you please have a look at this. |
LLVM 14 passes for me on mac. Need to check with Linux. |
Looks like integration tests pass, but |
by default we test LLVM 11
Co-authored-by: Shaikh Ubaid <[email protected]>
Commenting out tests that throw LLVM exceptions
skipping ctest, checking if integration tests pass
Merging this PR without the tests for LLVM 14. I have opened an issue #2792. @Shaikh-Ubaid, please have a look at it. |
By default, we test LLVM 11
Adapted from https://github.com/lfortran/lfortran/blob/58cf9fc94736031c7b7e28bbdf38378a28945228/.github/workflows/CI.yml#L673-L718