diff --git a/programming/build/llvm/actions.py b/programming/build/llvm/actions.py index 916c25d080..2b46ab018a 100644 --- a/programming/build/llvm/actions.py +++ b/programming/build/llvm/actions.py @@ -111,4 +111,4 @@ def install(): shelltools.cd ("..") - pisitools.dodoc("LICENSE.TXT", "README.txt") + pisitools.dodoc("LICENSE.TXT", "README.*") diff --git a/programming/build/llvm/pspec.xml b/programming/build/llvm/pspec.xml index 737f015429..928856a4eb 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-15.0.7/llvm-project-15.0.7.src.tar.xz + https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/llvm-project-16.0.6.src.tar.xz ninja zlib-devel @@ -29,7 +29,7 @@ - /usr/lib/libllvm-unwind* - /usr/lib/llvm-libunwind + /usr/lib/libllvm-unwind* + /usr/lib/llvm-libunwind @@ -272,12 +272,12 @@ /usr/include/clang - /usr/lib/clang/15.0.7/include + /usr/lib/clang/16.0.6/include /usr/include/clang-c /usr/include/clang-tidy - + llvm-mlir MLIR is intended to be a hybrid IR which can support multiple different requirements in a unified infrastructure @@ -295,7 +295,7 @@ /usr/lib/cmake/mlir - + llvm-polly High-level loop and data-locality optimizer and optimization infrastructure for LLVM @@ -309,7 +309,7 @@ /usr/lib/cmake/polly - +