diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-08-07 14:38:49 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-08-07 14:38:49 +0000 |
commit | 7b232e2bb66f52f34088b4d77e839aeb8b4b88a0 (patch) | |
tree | 54d2d76f22c8c47d1aaf9e02590fc87eba81fae6 /tools | |
parent | 93f067000699ba9ec7f083feee0e093199a2203c (diff) |
fix configure+make build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215116 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r-- | tools/lli/Makefile | 2 | ||||
-rw-r--r-- | tools/llvm-rtdyld/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/lli/Makefile b/tools/lli/Makefile index eca5d833149..94d6f061c94 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -14,7 +14,7 @@ PARALLEL_DIRS := ChildTarget include $(LEVEL)/Makefile.config -LINK_COMPONENTS := mcjit jit instrumentation interpreter nativecodegen bitreader asmparser irreader selectiondag native +LINK_COMPONENTS := mcjit instrumentation interpreter nativecodegen bitreader asmparser irreader selectiondag native # If Intel JIT Events support is confiured, link against the LLVM Intel JIT # Events interface library diff --git a/tools/llvm-rtdyld/Makefile b/tools/llvm-rtdyld/Makefile index fabdd683a99..9de753ef22a 100644 --- a/tools/llvm-rtdyld/Makefile +++ b/tools/llvm-rtdyld/Makefile @@ -9,7 +9,7 @@ LEVEL := ../.. TOOLNAME := llvm-rtdyld -LINK_COMPONENTS := all-targets support MC object RuntimeDyld JIT debuginfo +LINK_COMPONENTS := all-targets support MC object RuntimeDyld MCJIT debuginfo # This tool has no plugins, optimize startup time. TOOL_NO_EXPORTS := 1 |