Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JuliaLLVM/LLVM.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.2.0
Choose a base ref
...
head repository: JuliaLLVM/LLVM.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.2.1
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jun 6, 2024

  1. Add deprecation for Enzyme.jl.

    maleadt committed Jun 6, 2024
    2
    Copy the full SHA
    9ba797a View commit details
Showing with 3 additions and 1 deletion.
  1. +1 −1 Project.toml
  2. +2 −0 src/deprecated.jl
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "LLVM"
uuid = "929cbde3-209d-540e-8aea-75f648917ca0"
version = "7.2.0"
version = "7.2.1"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
2 changes: 2 additions & 0 deletions src/deprecated.jl
Original file line number Diff line number Diff line change
@@ -6,3 +6,5 @@ Base.@deprecate called_value(inst::CallBase) called_operand(inst)

has_orc_v1() = false
has_orc_v2() = true

Base.@deprecate_binding InstructionMetadataDict LLVM.ValueMetadataDict