forked from OSchip/llvm-project
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
c86203ace3
commit
00a43e1e7c
|
@ -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