summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-22 02:50:30 +0100
committerSam James <sam@gentoo.org>2023-06-22 02:50:30 +0100
commit3b40c4d5449ee2c9ed3da68207bae65ce60c3d14 (patch)
treea07de41ca6954099bf42db35b2ccf8c89a0ef7ec /profiles/features/llvm
parentdev-perl/Convert-Color: add 0.170.0 (diff)
downloadgentoo-3b40c4d5449ee2c9ed3da68207bae65ce60c3d14.tar.gz
gentoo-3b40c4d5449ee2c9ed3da68207bae65ce60c3d14.tar.bz2
gentoo-3b40c4d5449ee2c9ed3da68207bae65ce60c3d14.zip
profiles/features/llvm: mask binutils[pgo]
``` clang-16: warning: optimization flag '-ffat-lto-objects' is not supported [-Wignored-optimization-argument] warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option] error: Error in reading profile default.profdata: No such file or directory ``` Thanks to brxski for reporting on IRC. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/features/llvm')
-rw-r--r--profiles/features/llvm/package.use.mask6
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/features/llvm/package.use.mask b/profiles/features/llvm/package.use.mask
index 0975580eab0d..2b52ec272120 100644
--- a/profiles/features/llvm/package.use.mask
+++ b/profiles/features/llvm/package.use.mask
@@ -1,6 +1,10 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Sam James <sam@gentoo.org> (2023-07-22)
+# Doesn't call llvm-profdata so fails.
+sys-devel/binutils pgo
+
# Sam James <sam@gentoo.org> (2022-09-15)
# Works on pure LLVM systems: bug #870211.
dev-lang/rust -llvm-libunwind