Commits

Greg Parker committed 8e139cf670f
[build] Don't use target_link_libraries() to add flags that are not linkage. Flags added to a target using target_link_libraries() are also used when linking other targets that depend on it. This caused bugs like multiple embedded Info.plist files in overlay libraries (rdar://17512578). Swift SVN r19502