summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/clang/libLLVMRemarks/Makefile
blob: e0aa58f97f2e140bc907a87915310d0da723f192 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $OpenBSD: Makefile,v 1.1 2020/08/03 14:45:27 patrick Exp $

LIB=	LLVMRemarks
NOPROFILE=

SRCS+=	BitstreamRemarkParser.cpp \
	BitstreamRemarkSerializer.cpp \
	Remark.cpp \
	RemarkFormat.cpp \
	RemarkLinker.cpp \
	RemarkParser.cpp \
	RemarkSerializer.cpp \
	RemarkStringTable.cpp \
	YAMLRemarkParser.cpp \
	YAMLRemarkSerializer.cpp

.PATH:	${.CURDIR}/../../../llvm/llvm/lib/Remarks