[llvm-commits] CVS: reopt/tools/reopt-llc/Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Thu Oct 28 10:10:54 PDT 2004
Changes in directory reopt/tools/reopt-llc:
Makefile updated: 1.3 -> 1.4
---
Log message:
Update references to LLVM libraries whose names changed. Also, do not link cwriter with reopt-llc
---
Diffs of the changes: (+20 -20)
Index: reopt/tools/reopt-llc/Makefile
diff -u reopt/tools/reopt-llc/Makefile:1.3 reopt/tools/reopt-llc/Makefile:1.4
--- reopt/tools/reopt-llc/Makefile:1.3 Mon Oct 18 23:36:53 2004
+++ reopt/tools/reopt-llc/Makefile Thu Oct 28 12:10:44 2004
@@ -1,26 +1,26 @@
LEVEL = ../..
TOOLNAME = reopt-llc
+# LLVMCBackend
LLVMLIBS = \
- cwriter \
- sparcv9 \
- sparcv9regalloc \
- sparcv9sched \
- target.a \
- codegen \
- sparcv9livevar \
- instrument \
- profpaths \
- ipo.a \
- ipa.a \
- transforms.a \
- scalaropts.a \
- analysis.a \
- transformutils.a \
- bcreader \
- bcwriter \
- vmcore \
- support.a \
- LLVMsystem.a
+ LLVMSparcV9 \
+ LLVMSparcV9RegAlloc \
+ LLVMSparcV9InstrSched \
+ LLVMTarget.a \
+ LLVMCodeGen \
+ LLVMSparcV9LiveVar \
+ LLVMInstrumentation \
+ LLVMProfilePaths \
+ LLVMipo.a \
+ LLVMipa.a \
+ LLVMTransforms.a \
+ LLVMScalarOpts.a \
+ LLVMAnalysis.a \
+ LLVMTransformUtils.a \
+ LLVMBCReader \
+ LLVMBCWriter \
+ LLVMCore \
+ LLVMSupport.a \
+ LLVMSystem.a
TOOLLINKOPTS = $(PLATFORMLIBDL)
More information about the llvm-commits
mailing list