summaryrefslogtreecommitdiff
path: root/llvm-core/llvm/llvm-21.0.0.9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'llvm-core/llvm/llvm-21.0.0.9999.ebuild')
-rw-r--r--llvm-core/llvm/llvm-21.0.0.9999.ebuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm-core/llvm/llvm-21.0.0.9999.ebuild b/llvm-core/llvm/llvm-21.0.0.9999.ebuild
index 060d87066ea6..1fb82efc6002 100644
--- a/llvm-core/llvm/llvm-21.0.0.9999.ebuild
+++ b/llvm-core/llvm/llvm-21.0.0.9999.ebuild
@@ -370,11 +370,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).