diff options
| -rw-r--r-- | llvm/tools/lli/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/lli/Makefile b/llvm/tools/lli/Makefile index 94d6f061c94..ab40f2f1136 100644 --- a/llvm/tools/lli/Makefile +++ b/llvm/tools/lli/Makefile @@ -14,7 +14,7 @@ PARALLEL_DIRS := ChildTarget include $(LEVEL)/Makefile.config -LINK_COMPONENTS := mcjit instrumentation interpreter nativecodegen bitreader asmparser irreader 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 |

