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 | 8f631784f70d8b03cffdc4ffe6a2f0fed0ad4438 (patch) | |
tree | 23491aade21dffb8a813d1acddcc79b8f3e1bdc4 /examples/HowToUseJIT | |
parent | 7c787c93551f984ee2d216af97678d0c930f19b6 (diff) |
Use LLVMLIBS=JIT to get JIT libraries
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18333 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples/HowToUseJIT')
-rw-r--r-- | examples/HowToUseJIT/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/HowToUseJIT/Makefile b/examples/HowToUseJIT/Makefile index 0f5e26b5ca..67fdd86111 100644 --- a/examples/HowToUseJIT/Makefile +++ b/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 |