diff --git a/llvm/unittests/Support/Makefile b/llvm/unittests/Support/Makefile index 9c0a7f94d772..21657f12e3dc 100644 --- a/llvm/unittests/Support/Makefile +++ b/llvm/unittests/Support/Makefile @@ -9,7 +9,7 @@ LEVEL = ../.. TESTNAME = Support -LINK_COMPONENTS := core support +LINK_COMPONENTS := all-targets core support include $(LEVEL)/Makefile.config include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest