ebeff3f9b4
r238337.
14 lines
159 B
Makefile
14 lines
159 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
LIB= llvmlto
|
|
|
|
SRCDIR= lib/LTO
|
|
SRCS= LTOCodeGenerator.cpp \
|
|
LTOModule.cpp
|
|
|
|
TGHDRS= Intrinsics
|
|
|
|
.include "../clang.lib.mk"
|