d27c6ca57d
WITH_CLANG_EXTRAS tools built.
14 lines
157 B
Makefile
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"
|