Fix template parameter pack handling in ThreadPool
[oota-llvm.git] / unittests / Support / Makefile
index 815bdd269da567849cd29c8a0ed966ed96f8d5b7..21657f12e3dc1db5cd7d87566e1d6eb91ca2c22d 100644 (file)
@@ -1,4 +1,4 @@
-##===- unittests/ADT/Makefile ------------------------------*- Makefile -*-===##
+##===- unittests/Support/Makefile --------------------------*- Makefile -*-===##
 #
 #                     The LLVM Compiler Infrastructure
 #
@@ -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