1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-04-10 08:40:41 +00:00

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

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