diff options
Diffstat (limited to 'llvm/tools/lli/Makefile')
-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 b070cee2714..8f6eeed486b 100644 --- a/llvm/tools/lli/Makefile +++ b/llvm/tools/lli/Makefile @@ -9,7 +9,7 @@ LEVEL := ../.. TOOLNAME := lli -LINK_COMPONENTS := jit interpreter native bitreader selectiondag +LINK_COMPONENTS := jit interpreter nativecodegen bitreader selectiondag # Enable JIT support include $(LEVEL)/Makefile.common |