-
Notifications
You must be signed in to change notification settings - Fork 319
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
Support building against llvm15 #1035
Merged
Merged
Commits on Mar 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2a0f69b - Browse repository at this point
Copy the full SHA 2a0f69bView commit details -
[llvm15] Support llvmlite to building against llvm15
1) Drop 2 passes no longer supported by old PM 2) Update domTree passes to their wrapper passes 3) Update getAddress() api 4) Disable opaque pointer mode 5) Give warning when build with llvm15 All the changes are put inside llvm version check guard so that it builds with both llvm14 and llvm15
Configuration menu - View commit details
-
Copy full SHA for d6957e1 - Browse repository at this point
Copy the full SHA d6957e1View commit details
Commits on Mar 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 36ae6cd - Browse repository at this point
Copy the full SHA 36ae6cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34406e8 - Browse repository at this point
Copy the full SHA 34406e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6206a41 - Browse repository at this point
Copy the full SHA 6206a41View commit details
Commits on Mar 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 247fa16 - Browse repository at this point
Copy the full SHA 247fa16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64bb499 - Browse repository at this point
Copy the full SHA 64bb499View commit details -
Configuration menu - View commit details
-
Copy full SHA for bec8eec - Browse repository at this point
Copy the full SHA bec8eecView commit details -
Configuration menu - View commit details
-
Copy full SHA for a585985 - Browse repository at this point
Copy the full SHA a585985View commit details -
Run CI with LLVM 15 on Windows
This includes changes: - Adding the Windows LLVM 15 config to the Azure setup. - Converting the commands in the Azure pipeline file to a call to the setup_conda_environment.cmd script (it's easier to edit a script rather than individual lines in the Azure file). - Installation of LLVM 15 from conda-forge. - A workaround / supporting change for the conda-forge solution to conda-forge/llvmdev-feedstock#175.
Configuration menu - View commit details
-
Copy full SHA for cdd4c5f - Browse repository at this point
Copy the full SHA cdd4c5fView commit details
Commits on Mar 15, 2024
-
Use legacysimpleloopunswitch with old PM; more consistency with versi…
…on checking condtions
Configuration menu - View commit details
-
Copy full SHA for 2d5d8ee - Browse repository at this point
Copy the full SHA 2d5d8eeView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.