commit | 8f631784f70d8b03cffdc4ffe6a2f0fed0ad4438 | [log] [tgz] |
---|---|---|
author | Reid Spencer <rspencer@reidspencer.com> | Mon Nov 29 07:17:18 2004 +0000 |
committer | Reid Spencer <rspencer@reidspencer.com> | Mon Nov 29 07:17:18 2004 +0000 |
tree | 23491aade21dffb8a813d1acddcc79b8f3e1bdc4 | |
parent | 7c787c93551f984ee2d216af97678d0c930f19b6 [diff] [blame] |
Use LLVMLIBS=JIT to get JIT libraries git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18333 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/examples/Fibonacci/Makefile b/examples/Fibonacci/Makefile index a6d3785..b63777e 100644 --- a/examples/Fibonacci/Makefile +++ b/examples/Fibonacci/Makefile
@@ -12,6 +12,6 @@ EXAMPLE_TOOL = 1 # Enable JIT support -include $(LEVEL)/tools/Makefile.JIT +LLVMLIBS := JIT include $(LEVEL)/Makefile.common