1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/lib/ExecutionEngine/Makefile

12 lines
212 B
Makefile
Raw Normal View History

LEVEL = ../..
include $(LEVEL)/Makefile.common
all:: lli
clean::
rm -f lli
lli : $(ObjectsG)
$(LinkG) -o $@ $(ObjectsG) \
-lopt -lbcreader -lbcwriter \
-lvmcore -lasmwriter -lanalysis -lsupport -ltarget