summaryrefslogtreecommitdiffstats
path: root/unittests/Frontend/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Frontend/Makefile')
-rw-r--r--unittests/Frontend/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/unittests/Frontend/Makefile b/unittests/Frontend/Makefile
index f3e6396..bfc3494 100644
--- a/unittests/Frontend/Makefile
+++ b/unittests/Frontend/Makefile
@@ -9,7 +9,8 @@
CLANG_LEVEL = ../..
TESTNAME = Frontend
-LINK_COMPONENTS := support mc
+include $(CLANG_LEVEL)/../../Makefile.config
+LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser support mc
USEDLIBS = clangFrontendTool.a clangFrontend.a clangDriver.a \
clangSerialization.a clangCodeGen.a clangParse.a clangSema.a \
clangStaticAnalyzerCheckers.a clangStaticAnalyzerCore.a \
OpenPOWER on IntegriCloud