From c5faeb82b5a969ac708ebcfa126ac346ff0ab3d8 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Sun, 17 Aug 2008 13:53:59 +0000 Subject: Move X86 assembler printers into separate directory. This allows JIT-only users not to link it in (use 'x86codegen' llvm-config arg for this) llvm-svn: 54886 --- llvm/tools/lli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/tools/lli/Makefile') 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 -- cgit v1.2.3