From 049887b252f7f7cca78ade06f03075f0df8d247c Mon Sep 17 00:00:00 2001 From: Douglas Katzman Date: Fri, 8 May 2015 16:39:59 +0000 Subject: [PATCH] Unbreak build: Makefile must have the same change as CMakeLists.txt This was omitted from http://reviews.llvm.org/D9441 (the irony is that that was to detect omissions in something else) llvm-svn: 236878 --- llvm/unittests/Support/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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