mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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@gentoo.org>
This commit is contained in:
@@ -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
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user