summaryrefslogtreecommitdiffstats
path: root/unittests/ExecutionEngine/JIT/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/ExecutionEngine/JIT/Makefile')
-rw-r--r--unittests/ExecutionEngine/JIT/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/ExecutionEngine/JIT/Makefile b/unittests/ExecutionEngine/JIT/Makefile
index 0069c76..048924a 100644
--- a/unittests/ExecutionEngine/JIT/Makefile
+++ b/unittests/ExecutionEngine/JIT/Makefile
@@ -9,7 +9,7 @@
LEVEL = ../../..
TESTNAME = JIT
-LINK_COMPONENTS := core support jit native
+LINK_COMPONENTS := asmparser core support jit native
include $(LEVEL)/Makefile.config
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest