llvm-14.0.3

This commit is contained in:
Rmys
2022-04-29 22:38:46 +03:00
committed by GitHub
parent d333e1777b
commit 5054190907
2 changed files with 30 additions and 26 deletions
+9 -2
View File
@@ -11,7 +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="d3d41d875a3f9f9829e2364c0e9218adb8bb84ae" type="tarxz">https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.1/llvm-project-13.0.1.src.tar.xz</Archive>
<Archive sha1sum="ef7bc58ace02524e4f5e9ca04c3247b95355c32c" type="tarxz">https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.3/llvm-project-14.0.3.src.tar.xz</Archive>
<BuildDependencies>
<Dependency>ninja</Dependency>
<Dependency>zlib-devel</Dependency>
@@ -36,7 +36,7 @@
<AdditionalFile owner="root" permission="0644" target="../support-linking-ScopPassManager-against-LLVM-dylib.patch">support-linking-ScopPassManager-against-LLVM-dylib.patch</AdditionalFile>
</AdditionalFiles>-->
<Patches>
<Patch level="2">don-t-move-DBG_VALUE-instructions.patch</Patch>
<!-- <Patch level="2">don-t-move-DBG_VALUE-instructions.patch</Patch> -->
<!-- <Patch level="2">0001-XFAIL-missing-abstract-variable.ll-test-on-ppc64le.patch</Patch> -->
</Patches>
</Source>
@@ -330,6 +330,13 @@
</Package>
<History>
<Update release="21">
<Date>2022-04-29</Date>
<Version>14.0.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="20">
<Date>2022-04-24</Date>
<Version>13.0.1</Version>