Skip to content

Commit c488e6e

Browse files
committed
Update utils.
1 parent 3990e9b commit c488e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function versioninfo(io::IO=stdout)
3838

3939
println(io, "Toolchain:")
4040
println(io, " - Julia v$(VERSION)")
41-
for jll in [cl.OpenCL_jll, SPIRV_LLVM_Translator_jll]
41+
for jll in [cl.OpenCL_jll, SPIRV_LLVM_Backend_jll]
4242
name = string(jll)
4343
println(io, " - $(name[1:end-4]): $(pkgversion(jll))")
4444
end

0 commit comments

Comments
 (0)