1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 14:32:51 +01:00
llvm-mirror/lib/CodeGen/InstrSelection/Makefile

14 lines
190 B
Makefile
Raw Normal View History

LEVEL = ../../..
DIRS =
LIBRARYNAME = select
## List source files in link order
Source = \
InstrSelection.o \
MachineInstr.o \
InstrForest.o
include $(LEVEL)/Makefile.common