X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Flli%2FMakefile;h=70d8c80e5c0af5354e5ad887a30e564c41aab0ef;hb=21ea6085dc581f8b6d4eb01617221185ce57dc42;hp=85ac6b46bb5b2e9a6a659595279da38e3420a917;hpb=710cb0c7826c61b432e19d5899a2f26f76d7aa81;p=oota-llvm.git diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 85ac6b46bb5..70d8c80e5c0 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -10,14 +10,16 @@ LEVEL := ../.. TOOLNAME := lli +PARALLEL_DIRS := ChildTarget + include $(LEVEL)/Makefile.config -LINK_COMPONENTS := mcjit jit interpreter nativecodegen bitreader asmparser selectiondag native +LINK_COMPONENTS := mcjit orcjit instrumentation interpreter nativecodegen bitreader asmparser irreader selectiondag native # If Intel JIT Events support is confiured, link against the LLVM Intel JIT # Events interface library ifeq ($(USE_INTEL_JITEVENTS), 1) - LINK_COMPONENTS += debuginfo inteljitevents object + LINK_COMPONENTS += debuginfodwarf inteljitevents object endif # If oprofile support is confiured, link against the LLVM oprofile interface