Skip to content

Update LLVM requirement to 9.10.1#885

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/LLVM-9.10.1
Closed

Update LLVM requirement to 9.10.1#885
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/LLVM-9.10.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on LLVM to permit the latest version.

Release notes

Sourced from LLVM's releases.

v9.10.1

LLVM v9.10.1

Diff since v9.10.0

Merged pull requests:

Changelog

Sourced from LLVM's changelog.

LLVM.jl release notes

LLVM.jl v9.1

The most important feature of this release is the addition of documentation, both in the form of function docstrings, and an extensive manual.

As part of the documentation writing effort, many minor issues or areas for improvement were identified, resulting in a large amount of minor, but breaking changes. For all of those, deprecations are in place. However, it is strongly recommended to update your code to the new APIs as soon as possible, which can be done by testing your code with --depwarn=error.

Technically beaking changes (unlikely to affect any users):

  • Metadata values attached using the metadata function now need to be a subtype of MDNode. This behavior was already expected by LLVM, but only triggered a crash using an assertions build.
  • Creating a ThreadSafeModule from a Module now will copy the source module into the active thread-safe context. This is a behavioural change, but is unlikely to affect any users. The previous behavior resulted in the wrong context being used, which could lead to crashes.

Minor changes (breaking changes with deprecations):

  • Branch instruction predicate getters have been renamed from predicate_int and predicate_float to simply predicate. The old names are deprecated.
  • Conversion of a MDString to a Julia string is now implemented using the convert method, rather than the string method. The old method is deprecated.
  • The delete! and unsafe_delete! methods have been renamed to remove! and erase! to more closely match LLVM's terminology. The old names are deprecated.
  • Copy constructors have been deprecated in favor of explicit copy methods.
  • Several publicly unused APIs that had been deprecated upstream, have been removed: GlobalContext, ModuleProvider, PassRegistry.

New features:

  • A lookup function has been added to enable extracting the address of a compiled function from an execution engine. This makes it possible to simply ccall a compiled function without having to deal with GenericValues.
  • globalstring! and globalstring_ptr! now support addrspace and add_null arguments, similar to their C++ counterparts.

... (truncated)

Commits
  • 394f1e4 Bump version.
  • 9ef56ec Fix addrspacecast reflection on Julia nightly (#572)
  • e45d990 Merge pull request #571 from JuliaLLVM/dependabot/github_actions/JuliaRegistr...
  • 1830b2a Merge pull request #570 from JuliaLLVM/tb/contexts
  • 6692f74 Leak contexts disposed of during exception unwinding.
  • 45ef1dd Install a diagnostic handler in ThreadSafeContext's inner context.
  • d96f4b3 Use jl_decorate_llvm_module from Julia 1.14 (#568)
  • abb295e Update version from 9.9.0 to 9.10.0
  • f30318d Match jl_decorate_module across Julia 1.10/1.11/1.12 (#567)
  • 73fb32b Bump actions/checkout from 6 to 7 (#566)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [LLVM](https://github.com/JuliaLLVM/LLVM.jl) to permit the latest version.
- [Release notes](https://github.com/JuliaLLVM/LLVM.jl/releases)
- [Changelog](https://github.com/JuliaLLVM/LLVM.jl/blob/main/NEWS.md)
- [Commits](JuliaLLVM/LLVM.jl@v9.9.0...v9.10.1)

---
updated-dependencies:
- dependency-name: LLVM
  dependency-version: 9.10.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Jul 21, 2026
@maleadt maleadt closed this Jul 22, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/julia/LLVM-9.10.1 branch July 22, 2026 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file julia Pull requests that update julia code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant