1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-03 14:31:10 +00:00

26 lines
510 B
Makefile
Raw Normal View History

LEVEL = ../..
TOOLNAME = llc
USEDLIBS = sparc \
x86 \
selectiondag \
regalloc \
sched \
select \
codegen \
preopts \
postopts.a \
target.a \
livevar \
transforms.a \
scalaropts.a \
analysis.a \
transformutils.a \
bcreader \
bcwriter \
vmcore \
support
TOOLLINKOPTS = $(PLATFORMLIBDL)
include $(LEVEL)/Makefile.common