summaryrefslogtreecommitdiff
path: root/test cases/common/173 as-needed
AgeCommit message (Collapse)Author
2023-12-04macos: Skip as-needed test, the linker is too smartAndres Freund
The new linker in Sonoma / Xcode 15 considers the dependency via the initializer sufficient to pull in the library. The man page now notes: The linker never dead strips initialization and termination routines. They are considered "roots" of the dead strip graph. I could not find a good way to skip only if the linker version is new enough. Before long everyone will be using the new linker anyway...
2021-04-26Condense test directory names.Jussi Pakkanen