Skip to content

Commit 2833bd9

Browse files
vchuravymaleadt
authored andcommitted
Update C-API wrapper for LLVM 8.0 (#145)
1 parent f8e90f2 commit 2833bd9

File tree

10 files changed

+5223
-39
lines changed

10 files changed

+5223
-39
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ variables:
33

44
include:
55
- 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/common.yml'
6-
- 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/test_v0.7.yml'
76
- 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/test_v1.0.yml'
87
- 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/test_v1.1.yml'
98
- 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/test_dev.yml'

Project.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@ uuid = "929cbde3-209d-540e-8aea-75f648917ca0"
33
version = "1.1.1"
44

55
[deps]
6+
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
67
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
78
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
89
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
910

11+
[compat]
12+
julia = "1"
13+
1014
[extras]
1115
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
1216
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1317

1418
[targets]
1519
test = ["Test", "InteractiveUtils"]
16-
17-
[compat]
18-
julia = "0.7, 1"

0 commit comments

Comments
 (0)