Use LLVMLIBS=JIT to get JIT libraries

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18333 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer
2004-11-29 07:17:18 +00:00
parent 7c787c9355
commit 8f631784f7
4 changed files with 6 additions and 18 deletions

View File

@@ -11,6 +11,6 @@ TOOLNAME = HowToUseJIT
EXAMPLE_TOOL = 1
# Enable JIT support
include $(LEVEL)/tools/Makefile.JIT
LLVMLIBS := JIT
include $(LEVEL)/Makefile.common