Edit

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

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.4 2020/08/03 14:45:26 patrick Exp $
    
    LIB=	LLVMMipsInfo
    NOPROFILE=
    
    CPPFLAGS+=	-I${.OBJDIR}/../include/llvm/Mips -I${LLVM_SRCS}/lib/Target/Mips
    
    SRCS+=	MipsTargetInfo.cpp
    
    .PATH:	${.CURDIR}/../../../llvm/llvm/lib/Target/Mips/TargetInfo