Michal Gorny 0edb3bf17d [LLVMTestingSupport] Add explicit linkage to LLVMSupport
Explicitly link LLVMTestingSupport library against LLVMSupport. This
is necessary to fix linking errors when LLVMTestingSupport is built
as a shared library (with BUILD_SHARED_LIBS=ON) and -Wl,-z,defs is used.

Differential Revision: https://reviews.llvm.org/D45408

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@329522 91177308-0d34-0410-b5e6-96231b3b80d8
2018-04-08 06:49:17 +00:00
..