diff options
| author | Sam James <sam@gentoo.org> | 2025-06-15 03:16:18 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-06-15 03:16:18 +0100 |
| commit | 4d7ca26805cb6beccb9e94c3f1a8964a966735d2 (patch) | |
| tree | 17ebb327f5ee261ec9f9fe33048b64cfaa61942d /llvm-core/llvm/llvm-17.0.6-r3.ebuild | |
| parent | 6b00b088dfe35e9f794499603eb5926a06d5cab0 (diff) | |
| download | gentoo-4d7ca26805cb6beccb9e94c3f1a8964a966735d2.tar.gz gentoo-4d7ca26805cb6beccb9e94c3f1a8964a966735d2.tar.bz2 gentoo-4d7ca26805cb6beccb9e94c3f1a8964a966735d2.zip | |
llvm-core/llvm: drop obsolete ppc workaround
The fix has been backported to all applicable GCC branches for some
time now.
Bug: https://bugs.gentoo.org/880677
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'llvm-core/llvm/llvm-17.0.6-r3.ebuild')
| -rw-r--r-- | llvm-core/llvm/llvm-17.0.6-r3.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm-core/llvm/llvm-17.0.6-r3.ebuild b/llvm-core/llvm/llvm-17.0.6-r3.ebuild index 313ba4b209d4..cb29cb03b59d 100644 --- a/llvm-core/llvm/llvm-17.0.6-r3.ebuild +++ b/llvm-core/llvm/llvm-17.0.6-r3.ebuild @@ -338,11 +338,6 @@ get_distribution_components() { } multilib_src_configure() { - if use ppc && tc-is-gcc && [[ $(gcc-major-version) -lt 14 ]]; then - # Workaround for bug #880677 - append-flags $(test-flags-CXX -fno-ipa-sra -fno-ipa-modref -fno-ipa-icf) - fi - # ODR violations (bug #917536, bug #926529). Just do it for GCC for now # to avoid people grumbling. GCC is, anecdotally, more likely to miscompile # LLVM with LTO anyway (which is not necessarily its fault). |
