llvm-15.0.7

This commit is contained in:
Rmys
2023-01-17 20:32:57 +03:00
committed by GitHub
parent 27845bb1c8
commit c25d8f31fe
+11 -4
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="346fddc248bca9820af3e4ca51a8c02a99e01bdd" type="tarxz">https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.6/llvm-project-14.0.6.src.tar.xz</Archive>
<Archive sha1sum="bfda06ab090154d289013912266209595a2e3914" type="tarxz">https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.7/llvm-project-15.0.7.src.tar.xz</Archive>
<BuildDependencies>
<Dependency>ninja</Dependency>
<Dependency>zlib-devel</Dependency>
@@ -84,7 +84,7 @@
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libLLVM*.so</Path>
<Path fileType="library">/usr/lib/libLLVM*.so.14*</Path>
<Path fileType="library">/usr/lib/libLLVM*.so.15*</Path>
<Path fileType="library">/usr/lib/LLVMgold.*</Path>
<Path fileType="library">/usr/lib/libLTO.*</Path>
<Path fileType="library">/usr/lib/libRemarks.so*</Path>
@@ -204,7 +204,7 @@
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/clang/14.0.6/lib/linux/*.so</Path>
<Path fileType="library">/usr/lib/clang/15.0.7/lib/linux/*.so</Path>
</Files>
</Package>
@@ -268,7 +268,7 @@
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/clang</Path>
<Path fileType="header">/usr/lib/clang/14.0.6/include</Path>
<Path fileType="header">/usr/lib/clang/15.0.7/include</Path>
<Path fileType="header">/usr/include/clang-c</Path>
<Path fileType="header">/usr/include/clang-tidy</Path>
</Files>
@@ -346,6 +346,13 @@
</Package>
<History>
<Update release="23">
<Date>2023-01-17</Date>
<Version>15.0.7</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="22">
<Date>2022-06-27</Date>
<Version>14.0.6</Version>