commit:     1b826e95ac66bf54e532bb155261f4a39419efa9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 13 09:21:07 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 13 09:21:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b826e95

eclass/tests: dot-a: add commentary for strip test

This is more of a test for https://sourceware.org/PR21479 given
one needs -ffat-lto-objects for our purposes in dot-a.eclass,
but still, strip shouldn't break a non-fat object, and we want
to know if that regresses.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/tests/dot-a.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/eclass/tests/dot-a.sh b/eclass/tests/dot-a.sh
index d32d73229026..33c1573385ef 100755
--- a/eclass/tests/dot-a.sh
+++ b/eclass/tests/dot-a.sh
@@ -415,6 +415,10 @@ test_search_recursion() {
 }
 
 test_strip_lto() {
+       # This is more of a test for https://sourceware.org/PR21479 given
+       # one needs -ffat-lto-objects for our purposes in dot-a.eclass,
+       # but still, strip shouldn't break a non-fat object, and we want
+       # to know if that regresses.
        tbegin "whether strip ignores LTO static archives"
        ret=0
        (

Reply via email to