From 8ffe072fee20e1c9ef77f67a361eacc668a9f188 Mon Sep 17 00:00:00 2001 From: Cyrill Leutwiler Date: Thu, 16 Jan 2025 10:45:43 +0100 Subject: [PATCH] pin the LLVM version (#166) Signed-off-by: xermicus --- LLVM.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LLVM.lock b/LLVM.lock index 4e37573..302ea0a 100644 --- a/LLVM.lock +++ b/LLVM.lock @@ -1,2 +1,3 @@ url = "https://github.com/llvm/llvm-project.git" -branch = "release/18.x" \ No newline at end of file +branch = "release/18.x" +ref = "3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff" \ No newline at end of file