Unbreak build: Makefile must have the same change as CMakeLists.txt
authorDouglas Katzman <dougk@google.com>
Fri, 8 May 2015 16:39:59 +0000 (16:39 +0000)
committerDouglas Katzman <dougk@google.com>
Fri, 8 May 2015 16:39:59 +0000 (16:39 +0000)
This was omitted from http://reviews.llvm.org/D9441
(the irony is that that was to detect omissions in something else)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236878 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/Support/Makefile

index 9c0a7f94d772585cb21eec7a22c1c1a689136e63..21657f12e3dc1db5cd7d87566e1d6eb91ca2c22d 100644 (file)
@@ -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