mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-29 10:32:47 +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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3433 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a69fd90358
commit
d6118277b0
@ -2,7 +2,7 @@ LEVEL = ../..
|
|||||||
TOOLNAME = opt
|
TOOLNAME = opt
|
||||||
|
|
||||||
USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
|
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
|
transformutils vmcore support
|
||||||
TOOLLINKOPTS = -ldl
|
TOOLLINKOPTS = -ldl
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user