[llvm-commits] CVS: llvm/tools/Makefile
Reid Spencer
reid at x10sys.com
Mon Dec 13 15:15:42 PST 2004
Changes in directory llvm/tools:
Makefile updated: 1.35 -> 1.36
---
Log message:
For PR351: http://llvm.cs.uiuc.edu/PR351 :
llee was a nice hack, but it wasn't portable so its gone, with Misha's
approval. Operating systems have facilities available for making bytecode
directly executable without this utility.
---
Diffs of the changes: (+1 -1)
Index: llvm/tools/Makefile
diff -u llvm/tools/Makefile:1.35 llvm/tools/Makefile:1.36
--- llvm/tools/Makefile:1.35 Sun Nov 14 16:13:59 2004
+++ llvm/tools/Makefile Mon Dec 13 17:15:32 2004
@@ -10,7 +10,7 @@
LEVEL := ..
PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld llvm-stub \
analyze extract bugpoint llvm-nm llvm-prof llvm-db \
- llvm-ar llvm-ranlib llvm-bcanalyzer llee llvmc llvm-ld
+ llvm-ar llvm-ranlib llvm-bcanalyzer llvmc llvm-ld
EXTRA_DIST := Makefile.JIT
More information about the llvm-commits
mailing list