| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
Remove the explicit RDEPEND on sys-devel/binutils[plugins]. Unless
I'm mistaken, this dependency was supposed to guarantee that binutils
will load LLVMgold.so plugin and therefore its tool will be able to
process archives containing LLVM bytecode. However, it has a side
effect of installing binutils on binutils-free systems.
Closes: https://bugs.gentoo.org/899080
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
|
| |
This will also be the part of the next 16.x RC and 17.x snapshot.
Bug: https://bugs.gentoo.org/884193
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GCC causes an ICE in llvm/clang when compiled with LTO, this has been tested with
every version of GCC with each version of llvm/clang in tree but does not happened
when clang compiles itself with LTO.
This will stop many of the issues people face with using LTO systemwide on Gentoo
until this get fixed upstreamed but I left the bug itself on b.g.o so this tested
with each release and removed once finally solved.
It's unclear if this is a GCC bug or a LLVM one (GCC miscompilation,
UB in LLVM meaning "miscompiled" but it's LLVM's fault, or a bug in LLVM
itself which only shows up when built with GCC).
Bug: https://bugs.gentoo.org/873670
Bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106943
Bug: https://github.com/llvm/llvm-project/issues/57740
Bug: https://github.com/llvm/llvm-project/issues/60877
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/29496
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|