summaryrefslogtreecommitdiff
path: root/dev-lang/rust/rust-1.91.0.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-1.91.0.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-1.91.0.ebuild')
-rw-r--r--dev-lang/rust/rust-1.91.0.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-lang/rust/rust-1.91.0.ebuild b/dev-lang/rust/rust-1.91.0.ebuild
index a2db6175d2e0..7d66215efeac 100644
--- a/dev-lang/rust/rust-1.91.0.ebuild
+++ b/dev-lang/rust/rust-1.91.0.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"