mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 17:56:53 +00:00
Fixed linking problems that wanted me to link to analyze.o instead of analyze.a
so now we can link to analyze.a again. llvm-svn: 3433
This commit is contained in:
parent
c4bd846e84
commit
2c263e2ec7
@ -2,7 +2,7 @@ LEVEL = ../..
|
||||
TOOLNAME = opt
|
||||
|
||||
USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
|
||||
ipo ipa.a datastructure.a transforms target.a analysis \
|
||||
ipo ipa.a datastructure.a transforms target.a analysis.a \
|
||||
transformutils vmcore support
|
||||
TOOLLINKOPTS = -ldl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user