From f880a5b6149072713e5401b31eade5e66887d5cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20L=C3=B3pez=20Tello?= Date: Tue, 25 Jul 2023 18:19:35 +0200 Subject: [PATCH] ipa-pta.conf workaround for LLVM 15+ Fixes #881 --- sys-config/ltoize/files/package.cflags/ipa-pta.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-config/ltoize/files/package.cflags/ipa-pta.conf b/sys-config/ltoize/files/package.cflags/ipa-pta.conf index 19bf6bb3..d50b5623 100644 --- a/sys-config/ltoize/files/package.cflags/ipa-pta.conf +++ b/sys-config/ltoize/files/package.cflags/ipa-pta.conf @@ -26,4 +26,5 @@ mail-client/thunderbird *FLAGS-="${IPAPTA}" # ICE with GCC 10.2.0 (seen with thu >=media-libs/mesa-21.1.0 *FLAGS-="${IPAPTA}" # Segfault with vulkan x11-base/xwayland *FLAGS-="${IPAPTA}" # SIGABRT when querying for GLX information >=dev-vcs/git-2.32.0 *FLAGS-="${IPAPTA}" # Segfault in git fetch with GCC < 11.3.0 +>=sys-devel/llvm-15.0.7 *FLAGS-="${IPAPTA}" # Failure while generating code from target descriptions with TableGen # END: -fipa-pta workarounds