
This patch also takes the first step to remove backward compatibility code from the passes. We only support the in-tree LLVM version. Change-Id: I7836e524404afba151d1a8bfa539b505e1dbdb8e
7 lines
243 B
Makefile
7 lines
243 B
Makefile
PASSNAME = magic
|
|
|
|
OBJS = support/EDIType.o support/TypeUtil.o support/BitFieldAggregation.o support/SmartType.o support/VariableRefs.o support/MagicUtil.o MagicPass.o
|
|
HEADERS = $(wildcard ../include/magic/support/*.h)
|
|
|
|
include ../Makefile.inc
|