[llvm-commits] CVS: llvm/tools/jello/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Fri Dec 13 00:47:06 PST 2002
Changes in directory llvm/tools/jello:
Makefile updated: 1.2 -> 1.3
---
Log message:
brg
InstSelectSimple.cpp: Add stub implementation of visitFreeInst.
Add comments that mention how we are failing to implement malloc/free.
Add initial implementation of visitAllocaInst.
X86TargetMachine.cpp: Include llvm/Transforms/Scalar.h.
Add LowerAllocations pass before instruction selection.
jello/Makefile: Add scalaropts.a.
---
Diffs of the changes:
Index: llvm/tools/jello/Makefile
diff -u llvm/tools/jello/Makefile:1.2 llvm/tools/jello/Makefile:1.3
--- llvm/tools/jello/Makefile:1.2 Mon Nov 4 14:50:53 2002
+++ llvm/tools/jello/Makefile Fri Dec 13 00:46:31 2002
@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = jello
-USEDLIBS = bcreader vmcore codegen x86 support.a target.a
+USEDLIBS = bcreader vmcore codegen x86 support.a target.a scalaropts.a
# Have gcc tell the linker to export symbols from the program so that
# dynamically loaded modules can be linked against them.
More information about the llvm-commits
mailing list