1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 22:42:52 +01:00
llvm-mirror/lib/ExecutionEngine/Makefile

8 lines
158 B
Makefile
Raw Normal View History

LEVEL = ../..
TOOLNAME = lli
USEDLIBS = opt bcreader bcwriter vmcore asmwriter analysis support target
TOOLLINKOPTS = -ldl
include $(LEVEL)/Makefile.common