Edit

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

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.7 2021/04/28 12:55:40 patrick Exp $
    
    LIB=	LLVMX86Desc
    NOPROFILE=
    
    CPPFLAGS+=	-I${.OBJDIR}/../include/llvm/X86 -I${LLVM_SRCS}/lib/Target/X86
    
    SRCS+=	X86ATTInstPrinter.cpp \
    	X86IntelInstPrinter.cpp \
    	X86InstComments.cpp \
    	X86InstPrinterCommon.cpp \
    	X86ShuffleDecode.cpp \
    	X86AsmBackend.cpp \
    	X86MCTargetDesc.cpp \
    	X86MCAsmInfo.cpp \
    	X86MCCodeEmitter.cpp \
    	X86MachObjectWriter.cpp \
    	X86ELFObjectWriter.cpp \
    	X86WinCOFFObjectWriter.cpp \
    	X86WinCOFFStreamer.cpp \
    	X86WinCOFFTargetStreamer.cpp
    
    .PATH:	${.CURDIR}/../../../llvm/llvm/lib/Target/X86/MCTargetDesc