mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-16 15:14:38 +00:00
llvm-libgcc[0] is the LLVM subproject which provides a link script, which can be used to build a library linked to compiler-rt and llvm-libunwind, which serves as a full replacement of libgcc_s. The main purpose of having it in Gentoo is ability to run binaries, linked to libgcc_s, on musl-llvm systems. [0] https://github.com/llvm/llvm-project/tree/main/llvm-libgcc Bug: https://bugs.gentoo.org/946486 Signed-off-by: Michal Rostecki <vadorovsky@protonmail.com> Pull-Request: https://github.com/gentoo/gentoo/pull/39868 Signed-off-by: Michał Górny <mgorny@gentoo.org>
14 lines
416 B
XML
14 lines
416 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>vadorovsky@protonmail.com</email>
|
|
<name>Michal Rostecki</name>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>llvm@gentoo.org</email>
|
|
</maintainer>
|
|
<upstream>
|
|
<remote-id type="github">llvm/llvm-project</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|