From fb1f19a9933aa133653b5e4e4399582a75fd5ad4 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 15 Dec 2018 01:29:47 +0300 Subject: [PATCH] llvm-6.0.1:ver.bump --- programming/build/llvm/actions.py | 3 ++- programming/build/llvm/pspec.xml | 25 +++++++++++++++++-------- 2 files changed, 19 insertions(+), 9 deletions(-) mode change 100644 => 100755 programming/build/llvm/actions.py mode change 100644 => 100755 programming/build/llvm/pspec.xml diff --git a/programming/build/llvm/actions.py b/programming/build/llvm/actions.py old mode 100644 new mode 100755 index 36ecd8c4c4..38c58cd592 --- a/programming/build/llvm/actions.py +++ b/programming/build/llvm/actions.py @@ -64,7 +64,8 @@ def setup(): %s \ -DLLVM_ENABLE_FFI=ON \ -DLLVM_BUILD_DOCS=OFF \ - -DBUILD_SHARED_LIBS=ON \ + -DLLVM_BUILD_LLVM_DYLIB=ON \ + -DLLVM_LINK_LLVM_DYLIB=ON \ -DLLVM_ENABLE_RTTI=ON \ -DLLVM_INCLUDEDIR=/usr/include \ -DLLVM_ENABLE_ASSERTIONS=OFF \ diff --git a/programming/build/llvm/pspec.xml b/programming/build/llvm/pspec.xml old mode 100644 new mode 100755 index d3c9952752..79f2bbcbf9 --- a/programming/build/llvm/pspec.xml +++ b/programming/build/llvm/pspec.xml @@ -11,11 +11,11 @@ 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. - http://llvm.org/releases/5.0.1/llvm-5.0.1.src.tar.xz - http://llvm.org/releases/5.0.1/cfe-5.0.1.src.tar.xz - http://releases.llvm.org/5.0.1/clang-tools-extra-5.0.1.src.tar.xz - http://releases.llvm.org/5.0.1/lldb-5.0.1.src.tar.xz - http://llvm.org/releases/5.0.1/compiler-rt-5.0.1.src.tar.xz + http://llvm.org/releases/6.0.1/llvm-6.0.1.src.tar.xz + http://llvm.org/releases/6.0.1/cfe-6.0.1.src.tar.xz + http://releases.llvm.org/6.0.1/clang-tools-extra-6.0.1.src.tar.xz + http://releases.llvm.org/6.0.1/lldb-6.0.1.src.tar.xz + http://llvm.org/releases/6.0.1/compiler-rt-6.0.1.src.tar.xz zlib-devel libxml2-devel @@ -73,7 +73,7 @@ ncurses - /usr/lib/libLLVM.* + /usr/lib/libLLVM*.so /usr/lib/LLVMgold.* /usr/lib/libLTO.* /usr/lib/bfd-plugins/LLVMgold.so @@ -86,7 +86,6 @@ Next generation, high-performance debugger llvm - llvm-clang zlib libffi libedit @@ -100,6 +99,7 @@ /usr/bin/lldb* /usr/bin/liblldb* /usr/lib/liblldb.so* + /usr/lib/liblldb* /usr/lib/python2.7/site-packages/readline.so /usr/lib/python2.7/site-packages/lldb/* /usr/lib/liblldbIntelFeatures.so* @@ -154,6 +154,8 @@ /usr/bin/tblgen /usr/lib/clang /usr/lib/libclang* + + /usr/share/man/man1/clang.1 /usr/lib/cmake/clang/Clang* /usr/share/clang @@ -197,10 +199,10 @@ llvm libgcc libedit + libxml2-32bit ncurses-32bit zlib-32bit libffi-32bit - libxml2-32bit /usr/bin/llvm-config-32 @@ -209,6 +211,13 @@ + + 2018-12-15 + 6.0.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2018-11-23 5.0.1