Skip to content

Commit 0d9404f

Browse files
authored
Declare type for libgcc_s handles in CompilerSupportLibraries_jll (JuliaLang#55011)
This improves the type stability of this stdlib.
1 parent 59f08df commit 0d9404f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/CompilerSupportLibraries_jll/src/CompilerSupportLibraries_jll.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ export libgfortran, libstdcxx, libgomp
1414
const PATH = Ref("")
1515
const LIBPATH = Ref("")
1616
artifact_dir::String = ""
17+
libgcc_s_handle::Ptr{Cvoid} = C_NULL
18+
libgcc_s_path::String = ""
1719
libgfortran_handle::Ptr{Cvoid} = C_NULL
1820
libgfortran_path::String = ""
1921
libstdcxx_handle::Ptr{Cvoid} = C_NULL

0 commit comments

Comments
 (0)