Merge pull request #6118 from Rmys/master

llvm-6.0.1:ver.bump
This commit is contained in:
Rmys
2018-12-15 01:31:36 +03:00
committed by GitHub
2 changed files with 19 additions and 9 deletions
+2 -1
View File
@@ -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 \
Regular → Executable
+17 -8
View File
@@ -11,11 +11,11 @@
<License>NCSA</License>
<Summary>The Low Level Virtual Machine</Summary>
<Description>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.</Description>
<Archive sha1sum="43d3659f8a3cef43e7435a3a874b0711f5888052" type="tarxz">http://llvm.org/releases/5.0.1/llvm-5.0.1.src.tar.xz</Archive>
<Archive sha1sum="0cfb79b1fb767c18e167f4bc8836476ca24d9a19" type="binary">http://llvm.org/releases/5.0.1/cfe-5.0.1.src.tar.xz</Archive>
<Archive sha1sum="d028e330271b4a5e6706cc91111841d34644237f" type="binary">http://releases.llvm.org/5.0.1/clang-tools-extra-5.0.1.src.tar.xz</Archive>
<Archive sha1sum="f358c10ce85a18aee4687b14d80f051d653fb8ee" type="binary">http://releases.llvm.org/5.0.1/lldb-5.0.1.src.tar.xz</Archive>
<Archive sha1sum="acff2e57b2528288e2f603a5667a6d566730cc1c" type="binary">http://llvm.org/releases/5.0.1/compiler-rt-5.0.1.src.tar.xz</Archive>
<Archive sha1sum="09a6316c5225cab255ba12391e7abe5ff4d28935" type="tarxz">http://llvm.org/releases/6.0.1/llvm-6.0.1.src.tar.xz</Archive>
<Archive sha1sum="d93d8f3e3d7eb549ac58507383f7fcbdd78804d7" type="binary">http://llvm.org/releases/6.0.1/cfe-6.0.1.src.tar.xz</Archive>
<Archive sha1sum="0e4077e46dba66f9db17eb55b1e913b44cb19fd3" type="binary">http://releases.llvm.org/6.0.1/clang-tools-extra-6.0.1.src.tar.xz</Archive>
<Archive sha1sum="907a32c7170067f485121a1e8ff793b16d1ff491" type="binary">http://releases.llvm.org/6.0.1/lldb-6.0.1.src.tar.xz</Archive>
<Archive sha1sum="4a61bd09f31d3079e921205bb93fb7d05a95946b" type="binary">http://llvm.org/releases/6.0.1/compiler-rt-6.0.1.src.tar.xz</Archive>
<BuildDependencies>
<Dependency>zlib-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
@@ -73,7 +73,7 @@
<Dependency>ncurses</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libLLVM.*</Path>
<Path fileType="library">/usr/lib/libLLVM*.so</Path>
<Path fileType="library">/usr/lib/LLVMgold.*</Path>
<Path fileType="library">/usr/lib/libLTO.*</Path>
<Path fileType="library">/usr/lib/bfd-plugins/LLVMgold.so</Path>
@@ -86,7 +86,6 @@
<Summary>Next generation, high-performance debugger</Summary>
<RuntimeDependencies>
<Dependency release="current">llvm</Dependency>
<Dependency>llvm-clang</Dependency>
<Dependency>zlib</Dependency>
<Dependency>libffi</Dependency>
<Dependency>libedit</Dependency>
@@ -100,6 +99,7 @@
<Path fileType="executable">/usr/bin/lldb*</Path>
<Path fileType="executable">/usr/bin/liblldb*</Path>
<Path fileType="library">/usr/lib/liblldb.so*</Path>
<Path fileType="library">/usr/lib/liblldb*</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/readline.so</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/lldb/*</Path>
<Path fileType="library">/usr/lib/liblldbIntelFeatures.so*</Path>
@@ -154,6 +154,8 @@
<Path fileType="executable">/usr/bin/tblgen</Path>
<Path fileType="library">/usr/lib/clang</Path>
<Path fileType="library">/usr/lib/libclang*</Path>
<!-- <Path fileType="library">/usr/lib/liblldbPluginExpressionParserClang.a</Path> -->
<!-- <Path fileType="library">/usr/lib/liblldbPluginObjCLanguage.a</Path> -->
<Path fileType="man">/usr/share/man/man1/clang.1</Path>
<Path fileType="data">/usr/lib/cmake/clang/Clang*</Path>
<Path fileType="data">/usr/share/clang</Path>
@@ -197,10 +199,10 @@
<Dependency release="current">llvm</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libedit</Dependency>
<Dependency>libxml2-32bit</Dependency>
<Dependency>ncurses-32bit</Dependency>
<Dependency>zlib-32bit</Dependency>
<Dependency>libffi-32bit</Dependency>
<Dependency>libxml2-32bit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/llvm-config-32</Path>
@@ -209,6 +211,13 @@
</Package>
<History>
<Update release="8">
<Date>2018-12-15</Date>
<Version>6.0.1</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="7">
<Date>2018-11-23</Date>
<Version>5.0.1</Version>