From 489a96cc70882da6ade6706340a6b17276a3601f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Wed, 21 Feb 2024 09:04:04 +0200 Subject: [PATCH] build-llvm: Bump to LLVM 18.1.0 RC 3 This adds the following: - LLD now uses the SOURCE_DATE_EPOCH env variable for setting the COFF header timestamp - LLD now also supports --lto-emit-asm and -plugin-opt=emit-llvm in the mingw linker interface --- build-llvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-llvm.sh b/build-llvm.sh index c19d9b96..f119d1f7 100755 --- a/build-llvm.sh +++ b/build-llvm.sh @@ -16,7 +16,7 @@ set -e -: ${LLVM_VERSION:=llvmorg-18.1.0-rc2} +: ${LLVM_VERSION:=llvmorg-18.1.0-rc3} ASSERTS=OFF unset HOST BUILDDIR="build"