forked from OSchip/llvm-project
Temporary change to make datastructure stuff link in right
llvm-svn: 4005
This commit is contained in:
parent
c2996d9a8b
commit
e6e375e704
|
@ -4,7 +4,7 @@ TOOLNAME = opt
|
||||||
USEDLIBS = bcreader bcwriter instrument profpaths \
|
USEDLIBS = bcreader bcwriter instrument profpaths \
|
||||||
sparc target.a mapping regalloc.a sched select preopts postopts.a \
|
sparc target.a mapping regalloc.a sched select preopts postopts.a \
|
||||||
livevar scalaropts \
|
livevar scalaropts \
|
||||||
ipo ipa.a datastructure.a transforms target.a analysis \
|
ipo ipa.a datastructure transforms target.a analysis \
|
||||||
transformutils vmcore support
|
transformutils vmcore support
|
||||||
TOOLLINKOPTS = -ldl $(ExportSymbols)
|
TOOLLINKOPTS = -ldl $(ExportSymbols)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue