about summary refs log tree commit diff
path: root/src/test/run-make/macos-fat-archive
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-14/+0
2022-10-04resolve error when attempting to link a universal library on macOSAlex Gaynor-0/+14
Previously attempting to link universal libraries into libraries (but not binaries) would produce an error that "File too small to be an archive". This works around this by using `object` to extract a library for the target platform when passed a univeral library. Fixes #55235