Skip to content

Commit cd9ea42

Browse files
authored
Merge pull request #72 from JuliaGPU/jps/llvm-3.0.0
UB LLVM to 3.0, bump version to 0.7.0
2 parents f55eb29 + 9ff9d9a commit cd9ea42

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

Manifest.toml

+8-10
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,19 @@ version = "0.4.1"
1010

1111
[[DataStructures]]
1212
deps = ["InteractiveUtils", "OrderedCollections"]
13-
git-tree-sha1 = "73eb18320fe3ba58790c8b8f6f89420f0a622773"
13+
git-tree-sha1 = "88d48e133e6d3dd68183309877eac74393daa7eb"
1414
uuid = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
15-
version = "0.17.11"
15+
version = "0.17.20"
1616

1717
[[InteractiveUtils]]
1818
deps = ["Markdown"]
1919
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
2020

2121
[[LLVM]]
2222
deps = ["CEnum", "Libdl", "Printf", "Unicode"]
23-
git-tree-sha1 = "cf5f5a54f381f290cca33a1ccdc12bcd1b453800"
24-
repo-rev = "6ec68e6"
25-
repo-url = "https://github.com/maleadt/LLVM.jl.git"
23+
git-tree-sha1 = "d57affa9580f5e9fb44260e8f9366dc977f01a60"
2624
uuid = "929cbde3-209d-540e-8aea-75f648917ca0"
27-
version = "2.0.0"
25+
version = "3.0.0"
2826

2927
[[Libdl]]
3028
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
@@ -34,9 +32,9 @@ deps = ["Base64"]
3432
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
3533

3634
[[OrderedCollections]]
37-
git-tree-sha1 = "12ce190210d278e12644bcadf5b21cbdcf225cd3"
35+
git-tree-sha1 = "293b70ac1780f9584c89268a6e2a560d938a7065"
3836
uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
39-
version = "1.2.0"
37+
version = "1.3.0"
4038

4139
[[Printf]]
4240
deps = ["Unicode"]
@@ -54,9 +52,9 @@ uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
5452

5553
[[TimerOutputs]]
5654
deps = ["Printf"]
57-
git-tree-sha1 = "311765af81bbb48d7bad01fb016d9c328c6ede03"
55+
git-tree-sha1 = "f458ca23ff80e46a630922c555d838303e4b9603"
5856
uuid = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
59-
version = "0.5.3"
57+
version = "0.5.6"
6058

6159
[[UUIDs]]
6260
deps = ["Random", "SHA"]

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GPUCompiler"
22
uuid = "61eb1bfa-7361-4325-ad38-22787b887f55"
33
authors = ["Tim Besard <tim.besard@gmail.com>"]
4-
version = "0.6.0"
4+
version = "0.7.0"
55

66
[deps]
77
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
@@ -13,7 +13,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
1313

1414
[compat]
1515
DataStructures = "0.15, 0.16, 0.17"
16-
LLVM = "2.0"
16+
LLVM = "3.0"
1717
TimerOutputs = "0.5"
1818
julia = "1.3"
1919

0 commit comments

Comments
 (0)