From 1db535b84ec1c9fb47ed2998bd0d9d660aaa9038 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 09:14:42 +0000 Subject: [PATCH] Update LLVM requirement to 9.10.1 Updates the requirements on [LLVM](https://github.com/JuliaLLVM/LLVM.jl) to permit the latest version. - [Release notes](https://github.com/JuliaLLVM/LLVM.jl/releases) - [Changelog](https://github.com/JuliaLLVM/LLVM.jl/blob/main/NEWS.md) - [Commits](https://github.com/JuliaLLVM/LLVM.jl/compare/v9.9.0...v9.10.1) --- updated-dependencies: - dependency-name: LLVM dependency-version: 9.10.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Project.toml b/test/Project.toml index c6fbed19..f0cd2623 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -21,4 +21,5 @@ demumble_jll = "1e29f10c-031c-5a83-9565-69cddfc27673" [compat] Aqua = "0.8" +LLVM = "9.10.1" ParallelTestRunner = "2"