From a6530a2892e6a4916e3968d8e252a78bef89c4b5 Mon Sep 17 00:00:00 2001 From: suvari Date: Sun, 19 Jan 2025 10:51:59 +0300 Subject: [PATCH] llvm: version bump to 19.1.7 --- programming/build/llvm/actions.py | 2 +- programming/build/llvm/pspec.xml | 33 +++++++++++++++++++++---------- 2 files changed, 24 insertions(+), 11 deletions(-) diff --git a/programming/build/llvm/actions.py b/programming/build/llvm/actions.py index fb850ff70c..e2c74e09d3 100644 --- a/programming/build/llvm/actions.py +++ b/programming/build/llvm/actions.py @@ -57,7 +57,7 @@ def setup(): shelltools.cd("build") if get.buildTYPE() != "emul32": - shelltools.system("sed '/^diff.*inline-asm-memop.ll/,$d' 46505b3cbfc5.patch | patch -Np2") + # shelltools.system("sed '/^diff.*inline-asm-memop.ll/,$d' 46505b3cbfc5.patch | patch -Np2") pisitools.cflags.add("-m64 ") pisitools.cxxflags.add("-m64") options = "-DLLVM_TARGET_ARCH:STRING=x86_64 \ diff --git a/programming/build/llvm/pspec.xml b/programming/build/llvm/pspec.xml index 52bbe182df..48f15ab9e3 100755 --- a/programming/build/llvm/pspec.xml +++ b/programming/build/llvm/pspec.xml @@ -11,7 +11,7 @@ NCSA The Low Level Virtual Machine The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Despite its name, LLVM has little to do with traditional virtual machines, though it does provide helpful libraries that can be used to build them. - https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/llvm-project-18.1.8.src.tar.xz + https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.7/llvm-project-19.1.7.src.tar.xz 46505b3cbfc5.patch @@ -124,6 +124,10 @@ /usr/include/llvm/Config/Disassemblers.def /usr/include/llvm/Config/AsmParsers.def /usr/include/llvm/Config/abi-breaking.h + /usr/include/llvm/SandboxIR/Tracker.h + /usr/include/llvm/SandboxIR/SandboxIR.h + /usr/include/llvm/SandboxIR/Use.h + /usr/include/llvm/SandboxIR/SandboxIRValues.def /usr/lib/llvm /usr/lib /etc/ld.so.conf.d @@ -152,7 +156,7 @@ /usr/lib/libLLVM*.so - /usr/lib/libLLVM*.so.18* + /usr/lib/libLLVM*.so.19* /usr/lib/LLVMgold.* /usr/lib/libLTO.* /usr/lib/libRemarks.so* @@ -273,11 +277,11 @@ libgcc - /usr/lib/clang/18/lib/linux/*.so - /usr/lib/clang/18/lib/i386-pc-linux-gnu/*.so - /usr/lib/clang/18/lib/i386-pc-linux-gnu/*.a - /usr/lib/clang/18/lib/x86_64-pc-linux-gnu/*.so - /usr/lib/clang/18/lib/x86_64-pc-linux-gnu/*.a + /usr/lib/clang/19/lib/linux/*.so + /usr/lib/clang/19/lib/i386-pc-linux-gnu/*.so + /usr/lib/clang/19/lib/i386-pc-linux-gnu/*.a + /usr/lib/clang/19/lib/x86_64-pc-linux-gnu/*.so + /usr/lib/clang/19/lib/x86_64-pc-linux-gnu/*.a @@ -318,6 +322,8 @@ /usr/share/man/man1/clang.1 /usr/share/clang + /usr/share/clang-doc/index.js + /usr/share/clang-doc/clang-doc-default-stylesheet.css @@ -344,10 +350,10 @@ /usr/include/clang - /usr/lib/clang/18.1.8/include - /usr/lib32/clang/18/include + /usr/lib/clang/19.1.7/include + /usr/lib32/clang/19/include /usr/lib32/cmake/clang/Clang* - /usr/lib/clang/18/include + /usr/lib/clang/19/include /usr/lib/cmake/clang/Clang* /usr/include/clang-c /usr/include/clang-tidy @@ -426,6 +432,13 @@ + + 2025-01-17 + 19.1.7 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-16 18.1.8