Skip to content

Commit 420e83b

Browse files
github-actions[bot]CompatHelper Julia
andauthored
CompatHelper: add new compat entry for LLVM at version 9, (keep existing compat) (#573)
Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
1 parent 9741962 commit 420e83b

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

Project.toml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,12 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1818
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
1919
pocl_jll = "627d6b7a-bbe6-5189-83e7-98cc0a5aeadd"
2020

21-
[weakdeps]
22-
EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
23-
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
24-
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
25-
26-
[extensions]
27-
EnzymeExt = "EnzymeCore"
28-
LinearAlgebraExt = "LinearAlgebra"
29-
SparseArraysExt = "SparseArrays"
30-
3121
[compat]
3222
Adapt = "0.4, 1.0, 2.0, 3.0, 4"
3323
Atomix = "0.1, 1"
3424
EnzymeCore = "0.7, 0.8.1"
3525
InteractiveUtils = "1.6"
26+
LLVM = "9"
3627
LinearAlgebra = "1.6"
3728
MacroTools = "0.5"
3829
PrecompileTools = "1"
@@ -41,7 +32,17 @@ StaticArrays = "0.12, 1.0"
4132
UUIDs = "<0.0.1, 1.6"
4233
julia = "1.10"
4334

35+
[extensions]
36+
EnzymeExt = "EnzymeCore"
37+
LinearAlgebraExt = "LinearAlgebra"
38+
SparseArraysExt = "SparseArrays"
39+
4440
[extras]
4541
EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
4642
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
4743
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
44+
45+
[weakdeps]
46+
EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
47+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
48+
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

0 commit comments

Comments
 (0)