[cmake] In add_llvm_loadable_module, don't clobber existing LINK_FLAGS on OS X.
authorNico Weber <nicolasweber@gmx.de>
Sun, 29 Dec 2013 23:04:48 +0000 (23:04 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sun, 29 Dec 2013 23:04:48 +0000 (23:04 +0000)
commitdc78dc9ac680496e33fc5f5dd3af166e158f9692
treea43326a4898f5318fdb9d824738957ef9dd59414
parentde5094ba00a7211677355b23a57badae6d385466
[cmake] In add_llvm_loadable_module, don't clobber existing LINK_FLAGS on OS X.

Also add leading spaces to the LINK_FLAGS setters, since that's what the cmake
folks recommend: http://www.cmake.org/pipermail/cmake/2012-October/052399.html

llvm-svn: 198182
llvm/cmake/modules/AddLLVM.cmake