summaryrefslogtreecommitdiff
path: root/dev-lang/rust/rust-9999.ebuild
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-10-31 03:33:49 +0000
committerSam James <sam@gentoo.org>2025-10-31 03:33:49 +0000
commit566ebab6378fcab190dab8165d6bd2c1c80e9692 (patch)
treeab23b1167ca993de91d3f08e23eebab1c5ad8aeb /dev-lang/rust/rust-9999.ebuild
parent2d3b2011a56265065db36e9d9a5caee85c6bf93a (diff)
downloadgentoo-566ebab6378fcab190dab8165d6bd2c1c80e9692.tar.gz
gentoo-566ebab6378fcab190dab8165d6bd2c1c80e9692.tar.bz2
gentoo-566ebab6378fcab190dab8165d6bd2c1c80e9692.zip
dev-lang/rust: add TODO for optimized-compiler-builtins for system-llvm
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/rust/rust-9999.ebuild')
-rw-r--r--dev-lang/rust/rust-9999.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-lang/rust/rust-9999.ebuild b/dev-lang/rust/rust-9999.ebuild
index 47af58466857..2854804a5fbd 100644
--- a/dev-lang/rust/rust-9999.ebuild
+++ b/dev-lang/rust/rust-9999.ebuild
@@ -416,6 +416,9 @@ src_configure() {
build_channel="stable"
;;
esac
+
+ # TODO: Add optimized-compiler-builtins for system-llvm to avoid
+ # building bundled compiler-rt.
cat <<- _EOF_ > "${S}"/bootstrap.toml
# Suppresses a warning about tracking changes which we don't care about.
change-id = "ignore"