Edit

IABSD.fr/src/gnu/usr.bin/clang/liblldbExpression

Branch :

  • Show log

    Commit

  • Author : patrick
    Date : 2021-04-28 12:55:37
    Hash : c04ab3e3
    Message : Update clang build infrastructure for LLVM 11.1.0. Heavy lifting by mortimer@, thank you so much!

  • Makefile
  • # $OpenBSD: Makefile,v 1.3 2021/04/28 12:55:41 patrick Exp $
    
    LIB=	lldbExpression
    NOPIC=
    NOPROFILE=
    
    .include <bsd.own.mk>
    
    SRCS=	DiagnosticManager.cpp \
    	DWARFExpression.cpp \
    	Expression.cpp \
    	ExpressionVariable.cpp \
    	FunctionCaller.cpp \
    	IRExecutionUnit.cpp \
    	IRInterpreter.cpp \
    	IRMemoryMap.cpp \
    	LLVMUserExpression.cpp \
    	Materializer.cpp \
    	REPL.cpp \
    	UserExpression.cpp \
    	UtilityFunction.cpp
    
    .PATH:	${.CURDIR}/../../../llvm/lldb/source/Expression
    
    install:
    	@# Nothing here so far ...
    
    .include <bsd.lib.mk>
    
    CPPFLAGS+=	${LLDB_INCLUDES}
    CPPFLAGS+=	${CLANG_INCLUDES}