$NetBSD: patch-unittests_ExecutionEngine_MCJIT_Makefile,v 1.1 2015/03/04 19:34:27 tnn Exp $ Fix build with shared linkage. --- unittests/ExecutionEngine/MCJIT/Makefile.orig 2013-10-21 22:35:06.000000000 +0000 +++ unittests/ExecutionEngine/MCJIT/Makefile @@ -10,6 +10,7 @@ LEVEL = ../../.. TESTNAME = MCJIT LINK_COMPONENTS := core mcjit native support +USEDLIBS += LLVMMCJIT.a include $(LEVEL)/Makefile.config include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest