From b01c1381c08b899701feb721447da071c6e3d765 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Wed, 23 Jun 2004 17:36:17 +0000 Subject: [PATCH] TransformUtils library is no longer needed since Linker.cpp is in VMCore git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14352 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-link/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/llvm-link/Makefile b/tools/llvm-link/Makefile index 5bec6c762ca..c3845a17245 100644 --- a/tools/llvm-link/Makefile +++ b/tools/llvm-link/Makefile @@ -9,6 +9,6 @@ LEVEL = ../.. TOOLNAME = llvm-link -USEDLIBS = bcreader bcwriter transformutils.a vmcore support.a +USEDLIBS = bcreader bcwriter vmcore support.a include $(LEVEL)/Makefile.common -- 2.34.1