diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2003-09-05 19:42:34 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-09-05 19:42:34 +0000 |
commit | d1cab3e6ce508e593b17fdd660ed8cc4ea486d72 (patch) | |
tree | 7a1450dbebfb2dcc32d04816112ec9c9f9f6e0e7 /tools/lli/Makefile | |
parent | dbff77238f4bc12860a18646a153525eb18cd390 (diff) |
Interpreter, JIT moved to lib/ExecutionEngine (includes -> llvm/ExecutionEngine)
Build lli using executionengine library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8372 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/lli/Makefile')
-rw-r--r-- | tools/lli/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 666a1f69b5..1c64b6933d 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -1,12 +1,11 @@ LEVEL = ../.. TOOLNAME = lli -PARALLEL_DIRS = Interpreter JIT # Get the $(ARCH) setting include $(LEVEL)/Makefile.config # Generic JIT libraries -JITLIBS = lli-jit codegen +JITLIBS = lli-jit codegen executionengine ARCHLIBS = # You can enable the X86 JIT on a non-X86 host by setting the flag |