Edit

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

Branch :

  • Show log

    Commit

  • Author : patrick
    Date : 2020-08-03 14:45:22
    Hash : aa1fa3d4
    Message : Update build infrastructure for LLVM 10.0.0. ok hackroom@ tested by plenty

  • Makefile
  • # $OpenBSD: Makefile,v 1.3 2020/08/03 14:45:24 patrick Exp $
    
    LIB=	LLVMARMUtils
    NOPROFILE=
    
    CPPFLAGS+=	-I${.OBJDIR}/../include/llvm/ARM -I${LLVM_SRCS}/lib/Target/ARM
    
    SRCS+=	ARMBaseInfo.cpp
    
    .PATH:	${.CURDIR}/../../../llvm/llvm/lib/Target/ARM/Utils