diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-09-11 04:29:44 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-09-11 04:29:44 +0000 |
| commit | 0bb062e55ddf16052074f5901727166dd3c85ac6 (patch) | |
| tree | 5f337c5edae69d1543dfbd64a27aa3cd300b01df /llvm/examples | |
| parent | 92475489e77ff2996dcc88eaf680ac73d33167ab (diff) | |
| download | bcm5719-llvm-0bb062e55ddf16052074f5901727166dd3c85ac6.tar.gz bcm5719-llvm-0bb062e55ddf16052074f5901727166dd3c85ac6.zip | |
Add library LLVMsystem.a because the JIT now needs it.
llvm-svn: 16285
Diffstat (limited to 'llvm/examples')
| -rw-r--r-- | llvm/examples/Fibonacci/Makefile | 4 | ||||
| -rw-r--r-- | llvm/examples/HowToUseJIT/Makefile | 2 | ||||
| -rw-r--r-- | llvm/examples/ModuleMaker/Makefile | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/llvm/examples/Fibonacci/Makefile b/llvm/examples/Fibonacci/Makefile index bc5fd0fe1d8..60392e2b063 100644 --- a/llvm/examples/Fibonacci/Makefile +++ b/llvm/examples/Fibonacci/Makefile @@ -1,4 +1,4 @@ -##===- projects/HowToUseJIT/Makefile -----------------------*- Makefile -*-===## +##===- projects/Fibonacci/Makefile -------------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # @@ -10,6 +10,6 @@ LEVEL = ../.. TOOLNAME = Fibonacci USEDLIBS = lli-jit lli-interpreter codegen executionengine x86 selectiondag \ scalaropts analysis.a transformutils.a bcreader target.a vmcore \ - support.a + support.a LLVMsystem.a include $(LEVEL)/Makefile.common diff --git a/llvm/examples/HowToUseJIT/Makefile b/llvm/examples/HowToUseJIT/Makefile index 834ad02e3c3..9e42223d435 100644 --- a/llvm/examples/HowToUseJIT/Makefile +++ b/llvm/examples/HowToUseJIT/Makefile @@ -10,6 +10,6 @@ LEVEL = ../.. TOOLNAME = HowToUseJIT USEDLIBS = lli-jit lli-interpreter codegen executionengine x86 selectiondag \ scalaropts analysis.a transformutils.a bcreader target.a vmcore \ - support.a + support.a LLVMsystem.a include $(LEVEL)/Makefile.common diff --git a/llvm/examples/ModuleMaker/Makefile b/llvm/examples/ModuleMaker/Makefile index de7a0a54945..4ae28ccb7a2 100644 --- a/llvm/examples/ModuleMaker/Makefile +++ b/llvm/examples/ModuleMaker/Makefile @@ -8,6 +8,6 @@ ##===----------------------------------------------------------------------===## LEVEL=../.. TOOLNAME=ModuleMaker -USEDLIBS= bcwriter vmcore support.a +USEDLIBS= bcwriter vmcore support.a LLVMsystem.a include $(LEVEL)/Makefile.common |

