diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2008-08-17 13:53:59 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2008-08-17 13:53:59 +0000 |
commit | c5faeb82b5a969ac708ebcfa126ac346ff0ab3d8 (patch) | |
tree | 1c9642758398f70b075d38af27ef562cd23e3728 /llvm/tools/lli/Makefile | |
parent | 9cb0e94dc79657144d639c722619e1e4fc19040e (diff) | |
download | bcm5719-llvm-c5faeb82b5a969ac708ebcfa126ac346ff0ab3d8.tar.gz bcm5719-llvm-c5faeb82b5a969ac708ebcfa126ac346ff0ab3d8.zip |
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
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 |