diff --git a/stdlib/CompilerSupportLibraries_jll/src/CompilerSupportLibraries_jll.jl b/stdlib/CompilerSupportLibraries_jll/src/CompilerSupportLibraries_jll.jl index bd7a0571f9d5a2..b4a375edd963c7 100644 --- a/stdlib/CompilerSupportLibraries_jll/src/CompilerSupportLibraries_jll.jl +++ b/stdlib/CompilerSupportLibraries_jll/src/CompilerSupportLibraries_jll.jl @@ -4,7 +4,6 @@ baremodule CompilerSupportLibraries_jll using Base, Libdl, Base.BinaryPlatforms -Base.Experimental.@compiler_options compile=min optimize=0 infer=false const PATH_list = String[] const LIBPATH_list = String[] @@ -68,6 +67,7 @@ function __init__() LIBPATH[] = dirname(libgcc_s_path) push!(LIBPATH_list, LIBPATH[]) end +precompile(Tuple{typeof(__init__)}) # JLLWrappers API compatibility shims. Note that not all of these will really make sense. # For instance, `find_artifact_dir()` won't actually be the artifact directory, because diff --git a/stdlib/GMP_jll/src/GMP_jll.jl b/stdlib/GMP_jll/src/GMP_jll.jl index fde2fc15acf905..5fa07125bf2632 100644 --- a/stdlib/GMP_jll/src/GMP_jll.jl +++ b/stdlib/GMP_jll/src/GMP_jll.jl @@ -3,7 +3,6 @@ ## dummy stub for https://github.com/JuliaBinaryWrappers/GMP_jll.jl baremodule GMP_jll using Base, Libdl -Base.Experimental.@compiler_options compile=min optimize=0 infer=false const PATH_list = String[] const LIBPATH_list = String[] @@ -39,6 +38,7 @@ function __init__() LIBPATH[] = dirname(libgmp_path) push!(LIBPATH_list, LIBPATH[]) end +precompile(Tuple{typeof(__init__)}) # JLLWrappers API compatibility shims. Note that not all of these will really make sense. # For instance, `find_artifact_dir()` won't actually be the artifact directory, because diff --git a/stdlib/LLD_jll/src/LLD_jll.jl b/stdlib/LLD_jll/src/LLD_jll.jl index 55ccec9cc4005d..4182f9b54e2f2b 100644 --- a/stdlib/LLD_jll/src/LLD_jll.jl +++ b/stdlib/LLD_jll/src/LLD_jll.jl @@ -4,7 +4,6 @@ baremodule LLD_jll using Base, Libdl -Base.Experimental.@compiler_options compile=min optimize=0 infer=false const PATH_list = String[] const LIBPATH_list = String[] @@ -95,6 +94,7 @@ function __init__() end LIBPATH[] = join(LIBPATH_list, pathsep) end +precompile(Tuple{typeof(__init__)}) # JLLWrappers API compatibility shims. Note that not all of these will really make sense. # For instance, `find_artifact_dir()` won't actually be the artifact directory, because diff --git a/stdlib/LLVMLibUnwind_jll/src/LLVMLibUnwind_jll.jl b/stdlib/LLVMLibUnwind_jll/src/LLVMLibUnwind_jll.jl index 5c4026291a6734..4c55468b639efb 100644 --- a/stdlib/LLVMLibUnwind_jll/src/LLVMLibUnwind_jll.jl +++ b/stdlib/LLVMLibUnwind_jll/src/LLVMLibUnwind_jll.jl @@ -4,7 +4,6 @@ baremodule LLVMLibUnwind_jll using Base, Libdl -Base.Experimental.@compiler_options compile=min optimize=0 infer=false const PATH_list = String[] const LIBPATH_list = String[] @@ -30,6 +29,7 @@ function __init__() push!(LIBPATH_list, LIBPATH[]) end end +precompile(Tuple{typeof(__init__)}) # JLLWrappers API compatibility shims. Note that not all of these will really make sense. # For instance, `find_artifact_dir()` won't actually be the artifact directory, because diff --git a/stdlib/LibCURL_jll/src/LibCURL_jll.jl b/stdlib/LibCURL_jll/src/LibCURL_jll.jl index cd67bfac0006a5..26867003a99db0 100644 --- a/stdlib/LibCURL_jll/src/LibCURL_jll.jl +++ b/stdlib/LibCURL_jll/src/LibCURL_jll.jl @@ -4,7 +4,6 @@ baremodule LibCURL_jll using Base, Libdl, nghttp2_jll -Base.Experimental.@compiler_options compile=min optimize=0 infer=false const PATH_list = String[] const LIBPATH_list = String[] @@ -33,6 +32,7 @@ function __init__() LIBPATH[] = dirname(libcurl_path) push!(LIBPATH_list, LIBPATH[]) end +precompile(Tuple{typeof(__init__)}) # JLLWrappers API compatibility shims. Note that not all of these will really make sense. # For instance, `find_artifact_dir()` won't actually be the artifact directory, because diff --git a/stdlib/LibGit2_jll/src/LibGit2_jll.jl b/stdlib/LibGit2_jll/src/LibGit2_jll.jl index ff625a6494a264..af4ce83aa4a91a 100644 --- a/stdlib/LibGit2_jll/src/LibGit2_jll.jl +++ b/stdlib/LibGit2_jll/src/LibGit2_jll.jl @@ -4,7 +4,6 @@ baremodule LibGit2_jll using Base, Libdl, MbedTLS_jll, LibSSH2_jll -Base.Experimental.@compiler_options compile=min optimize=0 infer=false const PATH_list = String[] const LIBPATH_list = String[] @@ -33,6 +32,7 @@ function __init__() LIBPATH[] = dirname(libgit2_path) push!(LIBPATH_list, LIBPATH[]) end +precompile(Tuple{typeof(__init__)}) # JLLWrappers API compatibility shims. Note that not all of these will really make sense. # For instance, `find_artifact_dir()` won't actually be the artifact directory, because diff --git a/stdlib/LibSSH2_jll/src/LibSSH2_jll.jl b/stdlib/LibSSH2_jll/src/LibSSH2_jll.jl index a809f7a912d6b4..a792d39ddb7a47 100644 --- a/stdlib/LibSSH2_jll/src/LibSSH2_jll.jl +++ b/stdlib/LibSSH2_jll/src/LibSSH2_jll.jl @@ -4,7 +4,6 @@ baremodule LibSSH2_jll using Base, Libdl, MbedTLS_jll -Base.Experimental.@compiler_options compile=min optimize=0 infer=false const PATH_list = String[] const LIBPATH_list = String[] @@ -33,6 +32,7 @@ function __init__() LIBPATH[] = dirname(libssh2_path) push!(LIBPATH_list, LIBPATH[]) end +precompile(Tuple{typeof(__init__)}) # JLLWrappers API compatibility shims. Note that not all of these will really make sense. diff --git a/stdlib/LibUV_jll/src/LibUV_jll.jl b/stdlib/LibUV_jll/src/LibUV_jll.jl index 767f055eb019fc..febc47f168ab91 100644 --- a/stdlib/LibUV_jll/src/LibUV_jll.jl +++ b/stdlib/LibUV_jll/src/LibUV_jll.jl @@ -4,7 +4,6 @@ baremodule LibUV_jll using Base, Libdl -Base.Experimental.@compiler_options compile=min optimize=0 infer=false # NOTE: This file is currently empty, as we link libuv statically for now. diff --git a/stdlib/LibUnwind_jll/src/LibUnwind_jll.jl b/stdlib/LibUnwind_jll/src/LibUnwind_jll.jl index 12abeaf598151d..97d1bf12545bb0 100644 --- a/stdlib/LibUnwind_jll/src/LibUnwind_jll.jl +++ b/stdlib/LibUnwind_jll/src/LibUnwind_jll.jl @@ -4,7 +4,6 @@ baremodule LibUnwind_jll using Base, Libdl -Base.Experimental.@compiler_options compile=min optimize=0 infer=false const PATH_list = String[] const LIBPATH_list = String[] @@ -30,6 +29,7 @@ function __init__() push!(LIBPATH_list, LIBPATH[]) end end +precompile(Tuple{typeof(__init__)}) # JLLWrappers API compatibility shims. Note that not all of these will really make sense. # For instance, `find_artifact_dir()` won't actually be the artifact directory, because diff --git a/stdlib/MPFR_jll/src/MPFR_jll.jl b/stdlib/MPFR_jll/src/MPFR_jll.jl index c184a9801102fb..442253f34bf832 100644 --- a/stdlib/MPFR_jll/src/MPFR_jll.jl +++ b/stdlib/MPFR_jll/src/MPFR_jll.jl @@ -3,7 +3,6 @@ ## dummy stub for https://github.com/JuliaBinaryWrappers/MPFR_jll.jl baremodule MPFR_jll using Base, Libdl, GMP_jll -Base.Experimental.@compiler_options compile=min optimize=0 infer=false const PATH_list = String[] const LIBPATH_list = String[] @@ -32,6 +31,7 @@ function __init__() LIBPATH[] = dirname(libmpfr_path) push!(LIBPATH_list, LIBPATH[]) end +precompile(Tuple{typeof(__init__)}) # JLLWrappers API compatibility shims. Note that not all of these will really make sense. # For instance, `find_artifact_dir()` won't actually be the artifact directory, because diff --git a/stdlib/MbedTLS_jll/src/MbedTLS_jll.jl b/stdlib/MbedTLS_jll/src/MbedTLS_jll.jl index e46da42a9a6389..3ec48fe1c794e0 100644 --- a/stdlib/MbedTLS_jll/src/MbedTLS_jll.jl +++ b/stdlib/MbedTLS_jll/src/MbedTLS_jll.jl @@ -4,7 +4,6 @@ baremodule MbedTLS_jll using Base, Libdl -Base.Experimental.@compiler_options compile=min optimize=0 infer=false const PATH_list = String[] const LIBPATH_list = String[] @@ -47,6 +46,7 @@ function __init__() LIBPATH[] = dirname(libmbedtls_path) push!(LIBPATH_list, LIBPATH[]) end +precompile(Tuple{typeof(__init__)}) # JLLWrappers API compatibility shims. Note that not all of these will really make sense. # For instance, `find_artifact_dir()` won't actually be the artifact directory, because diff --git a/stdlib/MozillaCACerts_jll/src/MozillaCACerts_jll.jl b/stdlib/MozillaCACerts_jll/src/MozillaCACerts_jll.jl index 244c1204563d5a..287dc45cf053f2 100644 --- a/stdlib/MozillaCACerts_jll/src/MozillaCACerts_jll.jl +++ b/stdlib/MozillaCACerts_jll/src/MozillaCACerts_jll.jl @@ -4,7 +4,6 @@ baremodule MozillaCACerts_jll using Base -Base.Experimental.@compiler_options compile=min optimize=0 infer=false const PATH_list = String[] const LIBPATH_list = String[] @@ -19,6 +18,7 @@ function __init__() global artifact_dir = dirname(Sys.BINDIR) global cacert = normpath(Sys.BINDIR, Base.DATAROOTDIR, "julia", "cert.pem") end +precompile(Tuple{typeof(__init__)}) # JLLWrappers API compatibility shims. Note that not all of these will really make sense. # For instance, `find_artifact_dir()` won't actually be the artifact directory, because diff --git a/stdlib/OpenBLAS_jll/src/OpenBLAS_jll.jl b/stdlib/OpenBLAS_jll/src/OpenBLAS_jll.jl index a0c11ab0471420..d68d262d79b397 100644 --- a/stdlib/OpenBLAS_jll/src/OpenBLAS_jll.jl +++ b/stdlib/OpenBLAS_jll/src/OpenBLAS_jll.jl @@ -13,7 +13,6 @@ using Base, Libdl, Base.BinaryPlatforms # using CompilerSupportLibraries_jll # Because of this however, we have to manually load the libraries we # _do_ care about, namely libgfortran -Base.Experimental.@compiler_options compile=min optimize=0 infer=false const PATH_list = String[] const LIBPATH_list = String[] @@ -73,6 +72,7 @@ function __init__() LIBPATH[] = dirname(libopenblas_path) push!(LIBPATH_list, LIBPATH[]) end +precompile(Tuple{typeof(__init__)}) # JLLWrappers API compatibility shims. Note that not all of these will really make sense. # For instance, `find_artifact_dir()` won't actually be the artifact directory, because diff --git a/stdlib/OpenLibm_jll/src/OpenLibm_jll.jl b/stdlib/OpenLibm_jll/src/OpenLibm_jll.jl index f2dee45a279cdf..0df98dc2a5ec02 100644 --- a/stdlib/OpenLibm_jll/src/OpenLibm_jll.jl +++ b/stdlib/OpenLibm_jll/src/OpenLibm_jll.jl @@ -3,7 +3,6 @@ ## dummy stub for https://github.com/JuliaBinaryWrappers/OpenLibm_jll.jl baremodule OpenLibm_jll using Base, Libdl -Base.Experimental.@compiler_options compile=min optimize=0 infer=false const PATH_list = String[] const LIBPATH_list = String[] @@ -32,6 +31,7 @@ function __init__() LIBPATH[] = dirname(libopenlibm_path) push!(LIBPATH_list, LIBPATH[]) end +precompile(Tuple{typeof(__init__)}) # JLLWrappers API compatibility shims. Note that not all of these will really make sense. # For instance, `find_artifact_dir()` won't actually be the artifact directory, because diff --git a/stdlib/PCRE2_jll/src/PCRE2_jll.jl b/stdlib/PCRE2_jll/src/PCRE2_jll.jl index e7f685820830b2..18dc5c98c94e2f 100644 --- a/stdlib/PCRE2_jll/src/PCRE2_jll.jl +++ b/stdlib/PCRE2_jll/src/PCRE2_jll.jl @@ -3,7 +3,6 @@ ## dummy stub for https://github.com/JuliaBinaryWrappers/PCRE2_jll.jl baremodule PCRE2_jll using Base, Libdl -Base.Experimental.@compiler_options compile=min optimize=0 infer=false const PATH_list = String[] const LIBPATH_list = String[] @@ -32,6 +31,7 @@ function __init__() LIBPATH[] = dirname(libpcre2_8_path) push!(LIBPATH_list, LIBPATH[]) end +precompile(Tuple{typeof(__init__)}) # JLLWrappers API compatibility shims. Note that not all of these will really make sense. # For instance, `find_artifact_dir()` won't actually be the artifact directory, because diff --git a/stdlib/SuiteSparse_jll/src/SuiteSparse_jll.jl b/stdlib/SuiteSparse_jll/src/SuiteSparse_jll.jl index 08614880a934c7..48cb3674c819a9 100644 --- a/stdlib/SuiteSparse_jll/src/SuiteSparse_jll.jl +++ b/stdlib/SuiteSparse_jll/src/SuiteSparse_jll.jl @@ -3,7 +3,6 @@ ## dummy stub for https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl baremodule SuiteSparse_jll using Base, Libdl, libblastrampoline_jll -Base.Experimental.@compiler_options compile=min optimize=0 infer=false const PATH_list = String[] const LIBPATH_list = String[] @@ -110,6 +109,7 @@ function __init__() end global artifact_dir = dirname(Sys.BINDIR) end +precompile(Tuple{typeof(__init__)}) # JLLWrappers API compatibility shims. Note that not all of these will really make sense. # For instance, `find_artifact_dir()` won't actually be the artifact directory, because diff --git a/stdlib/Zlib_jll/src/Zlib_jll.jl b/stdlib/Zlib_jll/src/Zlib_jll.jl index ea381b8b0683ca..ab8c2f1911d12d 100644 --- a/stdlib/Zlib_jll/src/Zlib_jll.jl +++ b/stdlib/Zlib_jll/src/Zlib_jll.jl @@ -3,7 +3,6 @@ ## dummy stub for https://github.com/JuliaBinaryWrappers/Zlib_jll.jl baremodule Zlib_jll using Base, Libdl -Base.Experimental.@compiler_options compile=min optimize=0 infer=false const PATH_list = String[] const LIBPATH_list = String[] @@ -32,6 +31,7 @@ function __init__() LIBPATH[] = dirname(libz_path) push!(LIBPATH_list, LIBPATH[]) end +precompile(Tuple{typeof(__init__)}) # JLLWrappers API compatibility shims. Note that not all of these will really make sense. # For instance, `find_artifact_dir()` won't actually be the artifact directory, because diff --git a/stdlib/dSFMT_jll/src/dSFMT_jll.jl b/stdlib/dSFMT_jll/src/dSFMT_jll.jl index 35ada23778a945..d7fa8a443dd981 100644 --- a/stdlib/dSFMT_jll/src/dSFMT_jll.jl +++ b/stdlib/dSFMT_jll/src/dSFMT_jll.jl @@ -4,7 +4,6 @@ baremodule dSFMT_jll using Base, Libdl -Base.Experimental.@compiler_options compile=min optimize=0 infer=false const PATH_list = String[] const LIBPATH_list = String[] @@ -33,6 +32,7 @@ function __init__() LIBPATH[] = dirname(libdSFMT_path) push!(LIBPATH_list, LIBPATH[]) end +precompile(Tuple{typeof(__init__)}) # JLLWrappers API compatibility shims. Note that not all of these will really make sense. # For instance, `find_artifact_dir()` won't actually be the artifact directory, because diff --git a/stdlib/libLLVM_jll/src/libLLVM_jll.jl b/stdlib/libLLVM_jll/src/libLLVM_jll.jl index 3140dc3989a723..187825d5f90cd4 100644 --- a/stdlib/libLLVM_jll/src/libLLVM_jll.jl +++ b/stdlib/libLLVM_jll/src/libLLVM_jll.jl @@ -4,7 +4,6 @@ baremodule libLLVM_jll using Base, Libdl -Base.Experimental.@compiler_options compile=min optimize=0 infer=false const PATH_list = String[] const LIBPATH_list = String[] @@ -33,6 +32,7 @@ function __init__() LIBPATH[] = dirname(libLLVM_path) push!(LIBPATH_list, LIBPATH[]) end +precompile(Tuple{typeof(__init__)}) # JLLWrappers API compatibility shims. Note that not all of these will really make sense. # For instance, `find_artifact_dir()` won't actually be the artifact directory, because diff --git a/stdlib/libblastrampoline_jll/src/libblastrampoline_jll.jl b/stdlib/libblastrampoline_jll/src/libblastrampoline_jll.jl index 49e7932a6b701f..d13ec4240336a5 100644 --- a/stdlib/libblastrampoline_jll/src/libblastrampoline_jll.jl +++ b/stdlib/libblastrampoline_jll/src/libblastrampoline_jll.jl @@ -4,7 +4,6 @@ baremodule libblastrampoline_jll using Base, Libdl -Base.Experimental.@compiler_options compile=min optimize=0 infer=false const PATH_list = String[] const LIBPATH_list = String[] @@ -34,6 +33,7 @@ function __init__() LIBPATH[] = dirname(libblastrampoline_path) push!(LIBPATH_list, LIBPATH[]) end +precompile(Tuple{typeof(__init__)}) # JLLWrappers API compatibility shims. Note that not all of these will really make sense. # For instance, `find_artifact_dir()` won't actually be the artifact directory, because diff --git a/stdlib/nghttp2_jll/src/nghttp2_jll.jl b/stdlib/nghttp2_jll/src/nghttp2_jll.jl index 76e8d3582c402c..6abd09a0e9406e 100644 --- a/stdlib/nghttp2_jll/src/nghttp2_jll.jl +++ b/stdlib/nghttp2_jll/src/nghttp2_jll.jl @@ -3,7 +3,6 @@ ## dummy stub for https://github.com/JuliaBinaryWrappers/nghttp2_jll.jl baremodule nghttp2_jll using Base, Libdl -Base.Experimental.@compiler_options compile=min optimize=0 infer=false const PATH_list = String[] const LIBPATH_list = String[] @@ -32,6 +31,7 @@ function __init__() LIBPATH[] = dirname(libnghttp2_path) push!(LIBPATH_list, LIBPATH[]) end +precompile(Tuple{typeof(__init__)}) # JLLWrappers API compatibility shims. Note that not all of these will really make sense. # For instance, `find_artifact_dir()` won't actually be the artifact directory, because diff --git a/stdlib/p7zip_jll/src/p7zip_jll.jl b/stdlib/p7zip_jll/src/p7zip_jll.jl index 01f26de936e78e..564df1c991b0a2 100644 --- a/stdlib/p7zip_jll/src/p7zip_jll.jl +++ b/stdlib/p7zip_jll/src/p7zip_jll.jl @@ -3,7 +3,6 @@ ## dummy stub for https://github.com/JuliaBinaryWrappers/p7zip_jll.jl baremodule p7zip_jll using Base -Base.Experimental.@compiler_options compile=min optimize=0 infer=false const PATH_list = String[] const LIBPATH_list = String[] @@ -88,6 +87,7 @@ function __init__() append!(LIBPATH_list, [joinpath(Sys.BINDIR, Base.LIBDIR, "julia"), joinpath(Sys.BINDIR, Base.LIBDIR)]) LIBPATH[] = join(LIBPATH_list, pathsep) end +precompile(Tuple{typeof(__init__)}) # JLLWrappers API compatibility shims. Note that not all of these will really make sense. # For instance, `find_artifact_dir()` won't actually be the artifact directory, because