Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   mrg
Date:           Sun Mar 10 12:14:07 UTC 2019

Modified Files:
        src/external/bsd/llvm/lib/libLLVMExecutionEngine: Makefile
        src/external/bsd/llvm/lib/libLLVMIR: Makefile
        src/external/bsd/llvm/lib/libLLVMInstCombine: Makefile
        src/external/bsd/llvm/lib/libLLVMMCJIT: Makefile
        src/external/bsd/llvm/lib/libLLVMRuntimeDyld: Makefile
Added Files:
        src/external/bsd/llvm/lib/libLLVMAMDGPUAsmParser: Makefile
        src/external/bsd/llvm/lib/libLLVMAMDGPUAsmPrinter: Makefile
        src/external/bsd/llvm/lib/libLLVMAMDGPUCodeGen: Makefile
        src/external/bsd/llvm/lib/libLLVMAMDGPUDisassembler: Makefile
        src/external/bsd/llvm/lib/libLLVMAMDGPUMCTargetDesc: Makefile
        src/external/bsd/llvm/lib/libLLVMAMDGPUTargetInfo: Makefile
        src/external/bsd/llvm/lib/libLLVMAMDGPUUtils: Makefile
        src/tools/llvm-lib/libLLVMAMDGPUAsmParser: Makefile
        src/tools/llvm-lib/libLLVMAMDGPUAsmPrinter: Makefile
        src/tools/llvm-lib/libLLVMAMDGPUCodeGen: Makefile
        src/tools/llvm-lib/libLLVMAMDGPUDisassembler: Makefile
        src/tools/llvm-lib/libLLVMAMDGPUMCTargetDesc: Makefile
        src/tools/llvm-lib/libLLVMAMDGPUTargetInfo: Makefile
        src/tools/llvm-lib/libLLVMAMDGPUUtils: Makefile
        src/tools/llvm-lib/libLLVMExecutionEngine: Makefile
        src/tools/llvm-lib/libLLVMMCJIT: Makefile

Log Message:
add most of the AMDGPU target makefiles and stuff that don't
touch the build.  this comes from:

commit f90685c11d4460d3098fa35f48b58d1893e974e0
Author: Maya Rashish <maya%NetBSD.org@localhost>
Date:   Sat Feb 23 09:46:14 2019 +0200

    Separate MKCLANG from MKLLVM.

    build LLVM libraries as PIC.
    Add AMDGPU target, and adjust tools accordingly.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
    src/external/bsd/llvm/lib/libLLVMAMDGPUAsmParser/Makefile
cvs rdiff -u -r0 -r1.1 \
    src/external/bsd/llvm/lib/libLLVMAMDGPUAsmPrinter/Makefile
cvs rdiff -u -r0 -r1.1 \
    src/external/bsd/llvm/lib/libLLVMAMDGPUCodeGen/Makefile
cvs rdiff -u -r0 -r1.1 \
    src/external/bsd/llvm/lib/libLLVMAMDGPUDisassembler/Makefile
cvs rdiff -u -r0 -r1.1 \
    src/external/bsd/llvm/lib/libLLVMAMDGPUMCTargetDesc/Makefile
cvs rdiff -u -r0 -r1.1 \
    src/external/bsd/llvm/lib/libLLVMAMDGPUTargetInfo/Makefile
cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/lib/libLLVMAMDGPUUtils/Makefile
cvs rdiff -u -r1.6 -r1.7 \
    src/external/bsd/llvm/lib/libLLVMExecutionEngine/Makefile
cvs rdiff -u -r1.13 -r1.14 src/external/bsd/llvm/lib/libLLVMIR/Makefile
cvs rdiff -u -r1.2 -r1.3 \
    src/external/bsd/llvm/lib/libLLVMInstCombine/Makefile
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/llvm/lib/libLLVMMCJIT/Makefile
cvs rdiff -u -r1.9 -r1.10 \
    src/external/bsd/llvm/lib/libLLVMRuntimeDyld/Makefile
cvs rdiff -u -r0 -r1.1 src/tools/llvm-lib/libLLVMAMDGPUAsmParser/Makefile
cvs rdiff -u -r0 -r1.1 src/tools/llvm-lib/libLLVMAMDGPUAsmPrinter/Makefile
cvs rdiff -u -r0 -r1.1 src/tools/llvm-lib/libLLVMAMDGPUCodeGen/Makefile
cvs rdiff -u -r0 -r1.1 src/tools/llvm-lib/libLLVMAMDGPUDisassembler/Makefile
cvs rdiff -u -r0 -r1.1 src/tools/llvm-lib/libLLVMAMDGPUMCTargetDesc/Makefile
cvs rdiff -u -r0 -r1.1 src/tools/llvm-lib/libLLVMAMDGPUTargetInfo/Makefile
cvs rdiff -u -r0 -r1.1 src/tools/llvm-lib/libLLVMAMDGPUUtils/Makefile
cvs rdiff -u -r0 -r1.1 src/tools/llvm-lib/libLLVMExecutionEngine/Makefile
cvs rdiff -u -r0 -r1.1 src/tools/llvm-lib/libLLVMMCJIT/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index