1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Remove extra target.a entry

llvm-svn: 4756
This commit is contained in:
Chris Lattner 2002-11-19 16:59:41 +00:00
parent 49acd3c0ba
commit 0ff016c9e2

View File

@ -2,7 +2,7 @@ LEVEL = ../..
TOOLNAME = opt
USEDLIBS = bcreader bcwriter instrument profpaths \
sparc target.a mapping regalloc.a sched select codegen preopts \
sparc mapping regalloc.a sched select codegen preopts \
postopts.a \
livevar scalaropts \
ipo ipa.a datastructure transforms target.a analysis \