Skip to content

Commit 8e01c0e

Browse files
authored
Add LLVM 6 compatibility. (#480)
1 parent 7fce3fa commit 8e01c0e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Manifest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ version = "1.4.1"
4646

4747
[[LLVM]]
4848
deps = ["CEnum", "LLVMExtra_jll", "Libdl", "Printf", "Unicode"]
49-
git-tree-sha1 = "5007c1421563108110bbd57f63d8ad4565808818"
49+
git-tree-sha1 = "ce502fbe565c66e60c2279114c442ddab31fa56b"
5050
uuid = "929cbde3-209d-540e-8aea-75f648917ca0"
51-
version = "5.2.0"
51+
version = "6.0.0"
5252

5353
[[LLVMExtra_jll]]
5454
deps = ["Artifacts", "JLLWrappers", "LazyArtifacts", "Libdl", "TOML"]

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "GPUArrays"
22
uuid = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
3-
version = "8.8.0"
3+
version = "8.8.1"
44

55
[deps]
66
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -16,6 +16,6 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1616
[compat]
1717
Adapt = "2.0, 3.0"
1818
GPUArraysCore = "= 0.1.5"
19-
LLVM = "3.9, 4, 5"
19+
LLVM = "3.9, 4, 5, 6"
2020
Reexport = "1"
2121
julia = "1.6"

0 commit comments

Comments
 (0)