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

14 lines
157 B
Makefile

# $FreeBSD$
.include <src.opts.mk>
LIB= llvmpasses
SRCDIR= lib/Passes
SRCS= PassBuilder.cpp
TGHDRS= Attributes \
Intrinsics
.include "../clang.lib.mk"