ffa548ae3e
WITH_CLANG_EXTRAS tools built.
15 lines
173 B
Makefile
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"
|