Subject: CVS commit: pkgsrc/lang
From: Adam Ciarcinski
Date: 2019-10-19 15:52:40
Message id: 20191019135240.C2DE6FBF4@cvs.NetBSD.org

Log Message:
llvm: updated to 9.0.0

9.0.0:
Non-comprehensive list of changes in this release:
* Two new extension points, namely EP_FullLinkTimeOptimizationEarly and \ 
EP_FullLinkTimeOptimizationLast are available for plugins to specialize the \ 
legacy pass manager full LTO pipeline.
* llvm-objcopy/llvm-strip got support for COFF object files/executables, \ 
supporting the most common copying/stripping options.
* The CMake parameter CLANG_ANALYZER_ENABLE_Z3_SOLVER has been replaced by \ 
LLVM_ENABLE_Z3_SOLVER.
* The RISCV target is no longer “experimental” (see Changes to the RISCV \ 
Target below for more details).
* The ORCv1 JIT API has been deprecated. Please see Transitioning from ORCv1 to \ 
ORCv2.
* Support for target-independent hardware loops in IR has been added, with \ 
PowerPC and Arm implementations.

Files:
RevisionActionfile
1.12modifypkgsrc/lang/compiler-rt/Makefile
1.4modifypkgsrc/lang/compiler-rt/PLIST
1.6modifypkgsrc/lang/compiler-rt/distinfo
1.45modifypkgsrc/lang/llvm/Makefile
1.13modifypkgsrc/lang/llvm/PLIST
1.9modifypkgsrc/lang/llvm/buildlink3.mk
1.24modifypkgsrc/lang/llvm/distinfo
1.5modifypkgsrc/lang/llvm/patches/patch-cmake_modules_AddLLVM.cmake
1.6modifypkgsrc/lang/llvm/patches/patch-tools_llvm-shlib_CMakeLists.txt
1.1removepkgsrc/lang/llvm/patches/patch-utils_FileCheck_FileCheck.cpp