Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not pass empty object list to linker
This situation may arise in some situations with the compile cache enabled. Some linkers (such as libtool on mac) throw an error if an object list is empty, so it is not safe to pass it in.
- Loading branch information