llvm 11.1.0

This commit is contained in:
Idris Kalp
2021-02-18 20:50:46 +03:00
parent f8e30ed0c8
commit 1f10485771
2 changed files with 34 additions and 57 deletions
+16 -24
View File
@@ -11,14 +11,7 @@
<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="5723ae20d1e6e9ccfda208cb9a8cf2f87c3a6107" type="tarxz">https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/llvm-11.0.0.src.tar.xz</Archive>
<Archive sha1sum="02c87f5e07f2a1c1e2dbb8ce8328f0106d70b10d" type="tarxz">https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/clang-11.0.0.src.tar.xz</Archive>
<Archive sha1sum="b77dc0494894b997c8f4012debbf0bf469462386" type="tarxz">https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/clang-tools-extra-11.0.0.src.tar.xz</Archive>
<Archive sha1sum="6bdb22e6b5e4700269f23452d66b0bddee93e008" type="tarxz">https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/lldb-11.0.0.src.tar.xz</Archive>
<Archive sha1sum="60672d63fa16a0c3b6e267331fa605d76b79e87b" type="tarxz">https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/lld-11.0.0.src.tar.xz</Archive>
<Archive sha1sum="455be0af2ffbc1db71e61c463398549ff553c198" type="tarxz">https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/polly-11.0.0.src.tar.xz</Archive>
<Archive sha1sum="be3e79fb93cd99135643a191f27c49449bf9c0ee" type="tarxz">https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/compiler-rt-11.0.0.src.tar.xz</Archive>
<Archive sha1sum="3c88390b19ac6779c8d9c89256892d690903412b" type="tarxz">https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/llvm-project-11.0.0.tar.xz</Archive>
<Archive sha1sum="713a5f9ce67713c2b955f9c016b4f96afa4162f1" type="tarxz">https://github.com/llvm/llvm-project/releases/download/llvmorg-11.1.0/llvm-project-11.1.0.src.tar.xz</Archive>
<BuildDependencies>
<Dependency>ninja</Dependency>
<Dependency>zlib-devel</Dependency>
@@ -34,16 +27,16 @@
<!-- Use new plugin-api.h header file from binutils to enable LLVM gold plugin -->
<Dependency>binutils</Dependency>
<Dependency>gcc</Dependency>
<!-- <Dependency>llvm-clang</Dependency> -->
<!-- <Dependency>lld</Dependency> -->
<Dependency>llvm-clang</Dependency>
<Dependency>lld</Dependency>
</BuildDependencies>
<AdditionalFiles>
<!--<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="../support-linking-ScopPassManager-against-LLVM-dylib.patch">support-linking-ScopPassManager-against-LLVM-dylib.patch</AdditionalFile>
</AdditionalFiles>
</AdditionalFiles>-->
<Patches>
<Patch>0001-SystemZ-Use-LA-instead-of-AGR-in-eliminateFrameIndex.patch</Patch>
<Patch>0001-backport-D88371-guard-find_library-tensorflow_c_api.patch</Patch>
<Patch>stack-clash-fixes.patch</Patch>
<Patch level="2">0001-SystemZ-Use-LA-instead-of-AGR-in-eliminateFrameIndex.patch</Patch>
<!-- <Patch level="2">0001-backport-D88371-guard-find_library-tensorflow_c_api.patch</Patch> -->
<!-- <Patch>stack-clash-fixes.patch</Patch> -->
</Patches>
</Source>
@@ -202,15 +195,7 @@
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/lib/clang/11.0.0/bin</Path>
<Path fileType="header">/usr/lib/clang/11.0.0/include/xray</Path>
<Path fileType="header">/usr/lib/clang/11.0.0/include/fuzzer</Path>
<Path fileType="header">/usr/lib/clang/11.0.0/include/sanitizer</Path>
<Path fileType="data">/usr/lib/clang/11.0.0/share</Path>
<Path fileType="library">/usr/lib/clang/11.0.0/lib/linux/*.a</Path>
<Path fileType="library">/usr/lib/clang/11.0.0/lib/linux/*.a.*</Path>
<Path fileType="library">/usr/lib/clang/11.0.0/lib/linux/*.o</Path>
<Path fileType="library">/usr/lib/clang/11.0.0/lib/linux/*.so</Path>
<Path fileType="library">/usr/lib/clang/11.1.0/lib/linux/*.so</Path>
</Files>
</Package>
@@ -323,6 +308,13 @@
</Package>
<History>
<Update release="15">
<Date>2021-02-17</Date>
<Version>11.1.0</Version>
<Comment>Version bump.</Comment>
<Name>İdris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="14">
<Date>2020-11-12</Date>
<Version>11.0.0</Version>