mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-10-31 09:11:13 +00:00
ecbb51b27e
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3514 91177308-0d34-0410-b5e6-96231b3b80d8
9 lines
253 B
Makefile
9 lines
253 B
Makefile
LEVEL = ../..
|
|
TOOLNAME = llc
|
|
USEDLIBS = mapping sparc regalloc sched select target \
|
|
instrument.a livevar bcreader bcwriter analysis.a transforms.a \
|
|
ipo.a scalaropts.a transformutils.a vmcore support.a
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|