From: Hans Wennborg Date: Fri, 12 Feb 2016 17:52:29 +0000 (+0000) Subject: Merging r260641: X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=347f4e82e80af64eca192381112ff6e9e3c7c8c3;hp=347f4e82e80af64eca192381112ff6e9e3c7c8c3;ds=sidebyside Merging r260641: ------------------------------------------------------------------------ r260641 | axw | 2016-02-11 17:42:43 -0800 (Thu, 11 Feb 2016) | 10 lines Avoid linking LLVM component libraries with libLLVM Patch by Jack Howarth. When linking to libLLVM, don't also link to the component libraries that constitute libLLVM. Differential Revision: http://reviews.llvm.org/D16945 ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_38@260693 91177308-0d34-0410-b5e6-96231b3b80d8 ---