xref: /openbsd/src/gnu/usr.bin/clang/libLLVMBinaryFormat/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# $OpenBSD: Makefile,v 1.7 2023/11/11 18:35:36 robert Exp $
2
3LIB=	LLVMBinaryFormat
4NOPROFILE=
5
6CPPFLAGS+=	-I${LLVM_SRCS}/include/llvm/BinaryFormat
7
8SRCS+=	AMDGPUMetadataVerifier.cpp \
9	COFF.cpp \
10	Dwarf.cpp \
11	DXContainer.cpp \
12	ELF.cpp \
13	MachO.cpp \
14	Magic.cpp \
15	BinaryFormatMinidump.cpp \
16	MsgPackDocument.cpp \
17	MsgPackDocumentYAML.cpp \
18	MsgPackReader.cpp \
19	MsgPackWriter.cpp \
20	Wasm.cpp \
21	XCOFF.cpp
22
23BinaryFormatMinidump.cpp:
24	ln -s ${LLVM_SRCS}/lib/BinaryFormat/Minidump.cpp $@
25
26.PATH:	${.CURDIR}/../../../llvm/llvm/lib/BinaryFormat
27
28CLEANFILES+= BinaryFormatMinidump.cpp \
29

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026