mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-17 06:33:21 +00:00
18fdfc4eed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3752 91177308-0d34-0410-b5e6-96231b3b80d8
13 lines
345 B
Makefile
13 lines
345 B
Makefile
LEVEL = ../..
|
|
TOOLNAME = opt
|
|
|
|
USEDLIBS = bcreader bcwriter instrument profpaths \
|
|
sparc.a target.a mapping.a regalloc.a sched.a select.a preselect \
|
|
livevar.a sparc.a scalaropts \
|
|
ipo ipa.a datastructure.a transforms target.a analysis \
|
|
transformutils vmcore support
|
|
TOOLLINKOPTS = -ldl
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|