From 1b826e95ac66bf54e532bb155261f4a39419efa9 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 13 Jun 2025 10:21:07 +0100 Subject: [PATCH] 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 --- 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 d32d73229026f..33c1573385ef9 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 (