[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)
commit098bcf76bc35e3fc3c219f169f569d775f83cb23
treecdfed3785360b311879e684a8204ba70ef1d8d29
parentee6d3cd701f49918b5c789a354efc4e29b09ac0b
[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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198182 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/AddLLVM.cmake