[llvm] r236878 - Unbreak build: Makefile must have the same change as CMakeLists.txt
Douglas Katzman
dougk at google.com
Fri May 8 09:39:59 PDT 2015
Author: dougk
Date: Fri May 8 11:39:59 2015
New Revision: 236878
URL: http://llvm.org/viewvc/llvm-project?rev=236878&view=rev
Log:
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)
Modified:
llvm/trunk/unittests/Support/Makefile
Modified: llvm/trunk/unittests/Support/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/Support/Makefile?rev=236878&r1=236877&r2=236878&view=diff
==============================================================================
--- llvm/trunk/unittests/Support/Makefile (original)
+++ llvm/trunk/unittests/Support/Makefile Fri May 8 11:39:59 2015
@@ -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
More information about the llvm-commits
mailing list