diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-29 07:17:18 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-29 07:17:18 +0000 |
| commit | bb9932c96a259ff7c3b1003be8de114d354d8b2b (patch) | |
| tree | 8cb94376d67a2f8cde183a86218d28c3abc78ea4 /llvm/examples/HowToUseJIT | |
| parent | af4495a8c4b71a20e1b61a1a88d95266ecf3aeca (diff) | |
| download | bcm5719-llvm-bb9932c96a259ff7c3b1003be8de114d354d8b2b.tar.gz bcm5719-llvm-bb9932c96a259ff7c3b1003be8de114d354d8b2b.zip | |
Use LLVMLIBS=JIT to get JIT libraries
llvm-svn: 18333
Diffstat (limited to 'llvm/examples/HowToUseJIT')
| -rw-r--r-- | llvm/examples/HowToUseJIT/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/examples/HowToUseJIT/Makefile b/llvm/examples/HowToUseJIT/Makefile index 0f5e26b5ca3..67fdd861114 100644 --- a/llvm/examples/HowToUseJIT/Makefile +++ b/llvm/examples/HowToUseJIT/Makefile @@ -11,6 +11,6 @@ TOOLNAME = HowToUseJIT EXAMPLE_TOOL = 1 # Enable JIT support -include $(LEVEL)/tools/Makefile.JIT +LLVMLIBS := JIT include $(LEVEL)/Makefile.common |

