summary refs log tree commit diff
path: root/src/test/run-make/prune-link-args
AgeCommit message (Collapse)AuthorLines
2013-12-01rustc: filter out empty linker argsPhilipp Brüschweiler-0/+7
This is inspired by a mystifying linker failure when using `pkg-config` to generate the linker args: `pkg-config` produces output that ends in a space, thus resulting in an empty linker argument. Also added some updates to the concerning error messages that helped spotting this bug.