cb4dff8563
branch. This brings us very close to the 3.1 release, which is planned for May 14th. MFC after: 2 weeks
12 lines
191 B
Makefile
12 lines
191 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmruntimedyld
|
|
|
|
SRCDIR= lib/ExecutionEngine/RuntimeDyld
|
|
SRCS= GDBRegistrar.cpp \
|
|
RuntimeDyld.cpp \
|
|
RuntimeDyldELF.cpp \
|
|
RuntimeDyldMachO.cpp
|
|
|
|
.include "../clang.lib.mk"
|