[llvm-commits] CVS: llvm/tools/llc/Makefile

Reid Spencer reid at x10sys.com
Wed Oct 27 16:19:07 PDT 2004



Changes in directory llvm/tools/llc:

Makefile updated: 1.59 -> 1.60
---
Log message:

Change Library Names Not To Conflict With Others When Installed

---
Diffs of the changes:  (+22 -21)

Index: llvm/tools/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.59 llvm/tools/llc/Makefile:1.60
--- llvm/tools/llc/Makefile:1.59	Fri Oct  8 13:14:56 2004
+++ llvm/tools/llc/Makefile	Wed Oct 27 18:18:45 2004
@@ -10,27 +10,28 @@
 LEVEL = ../..
 TOOLNAME = llc
 USEDLIBS = \
-	cwriter \
-	powerpc \
-	sparcv9 \
-	x86 \
-	skeleton \
-	selectiondag \
-	sparcv9regalloc \
-	sparcv9sched \
-	codegen \
-	target.a \
-	sparcv9livevar \
-	ipa.a \
-	transforms.a \
-	scalaropts.a \
-	analysis.a \
-	transformutils.a \
-	bcreader \
-	bcwriter \
-	vmcore \
-	support.a \
-	LLVMsystem.a
+	LLVMCBackend \
+	LLVMPowerPC \
+	LLVMSparcV9 \
+	LLVMX86 \
+	LLVMSkeleton \
+	LLVMSelectionDAG \
+	LLVMSparcV9RegAlloc \
+	LLVMSparcV9InstrSched \
+	LLVMCodeGen \
+	LLVMTarget.a \
+	LLVMSparcV9LiveVar \
+	LLVMipa.a \
+	LLVMTransforms.a \
+	LLVMScalarOpts.a \
+	LLVMAnalysis.a \
+	LLVMTransformUtils.a \
+	LLVMBCReader \
+	LLVMBCWriter \
+	LLVMCore \
+	LLVMSupport.a \
+	LLVMSystem.a
+
 TOOLLINKOPTS = $(PLATFORMLIBDL)
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list