freebsd-skq/lib/clang/libllvmlto/Makefile
Dimitry Andric ffa548ae3e Next part of updating llvm/clang build glue: getting the
WITH_CLANG_EXTRAS tools built.
2015-12-31 17:37:35 +00:00

15 lines
173 B
Makefile

# $FreeBSD$
.include <src.opts.mk>
LIB= llvmlto
SRCDIR= lib/LTO
SRCS= LTOCodeGenerator.cpp \
LTOModule.cpp
TGHDRS= Attributes \
Intrinsics
.include "../clang.lib.mk"