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
This commit is contained in:
Misha Brukman 2004-06-23 17:36:17 +00:00
parent 008248f2c0
commit b01c1381c0

View File

@ -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