pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc llvm: update llvm and friends to 13.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/764cf66eee5d
branches:  trunk
changeset: 770006:764cf66eee5d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Nov 23 20:55:42 2021 +0000

description:
llvm: update llvm and friends to 13.0.0

Tested on NetBSD-current and 9.1/amd64.

Also update packages tightly coupled to llvm, if new versions are
available.

Mark creduce, include-what-you-use, and zig broken (waiting for a
new release).

Changes:

Non-comprehensive list of changes in this release

    Windows Control-flow Enforcement Technology: the -ehcontguard
    option now emits valid unwind entrypoints which are validated
    when the context is being set during exception handling.

    Flang is now included in the binary packages released by LLVM.

    The debuginfo-test project has been renamed cross-project-tests
    and is now intended for testing components from multiple
    projects, not just debug information. The new “cross-project-tests”
    name replaces “debuginfo-test” in LLVM_ENABLE_PROJECTS, and a
    new check-cross-project-tests target has been added for running
    all tests in the project. The pre-existing check-debuginfo-
    test target remains for running just the debug information
    tests. (D95339 and D96513)

Changes to the LLVM IR

    The inalloca attribute now has a mandatory type field, similar
    to byval and sret.

    The opaque pointer type ptr has been introduced. It is still
    in the process of being worked on and should not be used yet.

    Using the legacy pass manager for the optimization pipeline is
    deprecated and will be removed after LLVM 14. In the meantime,
    only minimal effort will be made to maintain the legacy pass
    manager for the optimization pipeline.

Changes to building LLVM

    The build system now supports building multiple distributions,
    so that you can e.g. have one distribution containing just
    tools and another for libraries (to enable development). See
    Multi-distribution configurations for details.

Changes to the AArch64 Backend

    Introduced assembly support for Armv9-A’s Realm Management
    Extension (RME) and Scalable Matrix Extension (SME).

    Produce proper cross-section relative relocations on COFF

    Fixed the calling convention on Windows for variadic functions
    involving floats in the fixed arguments

Changes to the ARM Backend

    Produce proper cross-section relative relocations on COFF

Changes to the Hexagon Target

    The Hexagon target now supports V68/HVX ISA.

Changes to the C API

    The C API functions LLVMGetAlignment and LLVMSetAlignment now
    allow changing alignment on atomicrmw and cmpxchg instructions

    A new entry LLVMDIArgListMetadataKind was added to the
    LLVMMetadataKind enum, representing DIArgLists (D88175)

    Type attributes have been added to LLVM-C, introducing
    LLVMCreateTypeAttribute, LLVMGetTypeAttributeValue and
    LLVMIsTypeAttribute. (D977763’)

    The LTO_API_VERSION was bumped to 28, introducing a new function
    lto_set_debug_options for parsing LTO debug options (D92611)

    LLVMJITTargetSymbolFlags was renamed to LLVMJITSymbolTargetFlags
    (rG8d718a0bff73af066675a6258c01307937c33cf9)

    The C API received support for creating custom ORCv2
    MaterializationUnits and APIs to retrieve an LLJIT instance’s
    linking layers. An ABI breaking change for LLVMOrcAbsoluteSymbols
    was introduced to make it consistent with
    LLVMOrcCreateCustomMaterializationUnit.
    (rGc8fc5e3ba942057d6c4cdcd1faeae69a28e7b671)

    The C API received support for adding ORCv2 object buffers
    directly to an object layer.
    (rG7b73cd684a8d5fb44d34064200f10e2723085c33)

    A breaking change to LLVMGetInlineAsm was introduced, adding
    a ninth argument LLVMBool CanThrow (D95745)

    The C API received support for calling into the new pass manager.
    (D102136)

    The C API function LLVMIntrinsicCopyOverloadedName has been
    deprecated. Please migrate to LLVMIntrinsicCopyOverloadedName2
    which takes an extra module argument and which also handles
    unnamed types. (D99173)

    The C API received support for dumping objects from ORCv2
    (rGcec8e69f01c3374cb38c6683058381b96fab8f89)

    A breaking change to LLVMOrcObjectTransformLayerTransformFunction
    was introduced, changing the order of the function pointer’s
    arguments. (rG8962c68ad007a525f9daa987c99eda57e0d0069a)

    The C API received support for accessing utilities from the
    LLJIT IRTransformLayer and ThreadSafeModule classes. (D103855)

    The C API received support for creating lazy-export
    MaterializationUnits (D104672)

    The C API function LLVMPassBuilderOptionsSetCoroutines was
    removed because couroutine passes have been enabled by default.
    (D105877)

    comdat noduplicates was renamed to comdat nodeduplicate and as
    a result, LLVMNoDuplicatesComdatSelectionKind was renamed to
    LLVMNoDeduplicateComdatSelectionKind. (D106319)

Changes to the FastISel infrastructure

    FastISel no longer tracks killed registers, and instead leaves
    this to the register allocator. This means that hasTrivialKill()
    is removed, as well as the OpNIsKill parameters to the fastEmit_*()
    family of functions.

Changes to the LLVM tools

    The options --build-id-link-{dir,input,output} have been deleted.
    (D96310)

    Support for in-order processors has been added to llvm-mca.
    (D94928)

    llvm-objdump supports -M {att,intel} now. --x86-asm-syntax is
    a deprecated internal option which will be removed in LLVM
    14.0.0. (D101695)

    The llvm-readobj short aliases -s (previously --sections) and
    -t (previously --syms) have been changed to --syms and
    --section-details respectively, to match llvm-readelf. (D105055)

    The llvm-nm short aliases -M (--print-armap), -U (--defined-only),
    and -W (--no-weak) are now deprecated. Use the long form versions
    instead. The alias --just-symbol-name is now deprecated in
    favor of --format=just-symbols and -j. (D105330)

    In lli the default JIT engine switched from MCJIT (-jit-kind=mcjit)
    to ORC (-jit-kind=orc). (D98931)

    llvm-rc got support for invoking Clang to preprocess its input.
    (D100755)

    llvm-rc got a GNU windres compatible frontend, llvm-windres.
    (D100756)

    llvm-ml has improved compatibility with MS ml.exe, managing to
    assemble more asm files.

Changes to LLDB

    LLDB executable is now included in pre-built LLVM binaries.

    LLDB now includes full featured support for AArch64 SVE register
    access.

    LLDB now supports AArch64 Pointer Authentication, allowing
    stack unwind with signed return address.

    LLDB now supports debugging programs on AArch64 Linux that use
    memory tagging (MTE).

    Added memory tag read and memory tag write commands.

    The memory region command will note when a region has memory
    tagging enabled.

    Synchronous and asynchronous tag faults are recognised.

    Synchronous tag faults have memory tag annotations in addition
    to the usual fault address.

diffstat:

 devel/creduce/Makefile                                                                                                       |    5 +-
 devel/include-what-you-use/Makefile                                                                                          |    5 +-
 devel/lld/PLIST                                                                                                              |    4 +-
 devel/lld/distinfo                                                                                                           |    9 +-
 devel/lld/patches/patch-ELF_Driver.cpp                                                                                       |   34 -
 devel/lldb/PLIST                                                                                                             |   26 +-
 devel/lldb/distinfo                                                                                                          |    9 +-
 devel/lldb/patches/patch-source_Plugins_ObjectFile_Mach-O_ObjectFileMachO.cpp                                                |   13 -
 devel/polly/PLIST                                                                                                            |    8 +-
 devel/polly/distinfo                                                                                                         |    9 +-
 devel/polly/patches/patch-lib_External_isl_configure                                                                         |   29 -
 lang/clang-tools-extra/PLIST                                                                                                 |   14 +-
 lang/clang-tools-extra/distinfo                                                                                              |   14 +-
 lang/clang/Makefile                                                                                                          |    8 +-
 lang/clang/Makefile.common                                                                                                   |   32 +-
 lang/clang/PLIST                                                                                                             |   58 ++-
 lang/clang/buildlink3.mk                                                                                                     |    9 +-
 lang/clang/distinfo                                                                                                          |   10 +-
 lang/clang/patches/patch-lib_Driver_ToolChains_Solaris.cpp                                                                   |   33 +-
 lang/compiler-rt/distinfo                                                                                                    |    8 +-
 lang/libcxx/PLIST                                                                                                            |  212 +++++++++-
 lang/libcxx/distinfo                                                                                                         |   20 +-
 lang/libcxxabi/Makefile                                                                                                      |    4 +-
 lang/libcxxabi/distinfo                                                                                                      |   20 +-
 lang/libunwind/distinfo                                                                                                      |   20 +-
 lang/llvm/PLIST                                                                                                              |  116 ++++-
 lang/llvm/buildlink3.mk                                                                                                      |    8 +-
 lang/llvm/distinfo                                                                                                           |   12 +-
 lang/llvm/patches/patch-cmake_modules_AddLLVM.cmake                                                                          |   14 +-
 lang/llvm/patches/patch-tools_llvm-shlib_CMakeLists.txt                                                                      |   12 +-
 lang/llvm/version.mk                                                                                                         |    4 +-
 lang/zig/Makefile                                                                                                            |    5 +-
 parallel/opencl-clang/Makefile                                                                                               |   18 +-
 parallel/opencl-clang/PLIST                                                                                                  |    4 +-
 parallel/opencl-clang/distinfo                                                                                               |    9 +-
 parallel/opencl-clang/patches/patch-CMakeLists.txt                                                                           |   16 +
 parallel/openmp/distinfo                                                                                                     |    8 +-
 parallel/spirv-llvm-translator/Makefile                                                                                      |   13 +-
 parallel/spirv-llvm-translator/PLIST                                                                                         |    4 +-
 parallel/spirv-llvm-translator/distinfo                                                                                      |   27 +-
 parallel/spirv-llvm-translator/patches/patch-CMakeLists.txt                                                                  |   10 +-
 parallel/spirv-llvm-translator/patches/patch-lib_SPIRV_SPIRVReader.cpp                                                       |   19 +
 parallel/spirv-llvm-translator/patches/patch-lib_SPIRV_SPIRVWriter.cpp                                                       |   15 +
 parallel/spirv-llvm-translator/patches/patch-lib_SPIRV_SPIRVWriter.h                                                         |   16 +
 parallel/spirv-llvm-translator/patches/patch-lib_SPIRV_libSPIRV_SPIRVFunction.h                                              |   30 +
 parallel/spirv-llvm-translator/patches/patch-lib_SPIRV_libSPIRV_SPIRVModule.cpp                                              |   31 +
 parallel/spirv-llvm-translator/patches/patch-lib_SPIRV_libSPIRV_SPIRVModule.h                                                |   17 +
 parallel/spirv-llvm-translator/patches/patch-lib_SPIRV_libSPIRV_SPIRVOpCode.h                                                |   15 +
 parallel/spirv-llvm-translator/patches/patch-lib_SPIRV_libSPIRV_SPIRVOpCodeEnum.h                                            |   15 +
 parallel/spirv-llvm-translator/patches/patch-spirv-headers-tag.conf                                                          |    9 +
 parallel/spirv-llvm-translator/patches/patch-test_constexpr__vector.ll                                                       |   21 +
 parallel/spirv-llvm-translator/patches/patch-test_transcoding_SPV__INTEL__function__pointers_bitcast.ll                      |   15 +
 parallel/spirv-llvm-translator/patches/patch-test_transcoding_SPV__INTEL__function__pointers_const-function-pointer.ll       |   17 +
 parallel/spirv-llvm-translator/patches/patch-test_transcoding_SPV__INTEL__function__pointers_function-pointer.ll             |   15 +
 parallel/spirv-llvm-translator/patches/patch-test_transcoding_SPV__INTEL__function__pointers_global__ctor__dtor.ll           |   18 +
 parallel/spirv-llvm-translator/patches/patch-test_transcoding_SPV__INTEL__function__pointers_non-uniform-function-pointer.ll |   17 +
 parallel/spirv-llvm-translator/patches/patch-test_transcoding_SPV__INTEL__function__pointers_select.ll                       |   17 +
 parallel/spirv-llvm-translator/patches/patch-test_transcoding_SPV__INTEL__function__pointers_vector__elem.ll                 |   17 +
 58 files changed, 902 insertions(+), 295 deletions(-)

diffs (truncated from 2599 to 300 lines):

diff -r 64112ecd3aef -r 764cf66eee5d devel/creduce/Makefile
--- a/devel/creduce/Makefile    Tue Nov 23 20:49:28 2021 +0000
+++ b/devel/creduce/Makefile    Tue Nov 23 20:55:42 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2021/07/14 09:08:48 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2021/11/23 20:55:42 wiz Exp $
 
 DISTNAME=      creduce-2.10.0
 PKGREVISION=   8
@@ -17,6 +17,9 @@
 DEPENDS+=      p5-Sys-CPU-[0-9]*:../../sysutils/p5-Sys-CPU
 DEPENDS+=      p5-Regexp-Common-[0-9]*:../../textproc/p5-Regexp-Common
 
+BROKEN=                "Needs to be updated to work with llvm-13.0.0"
+# https://github.com/csmith-project/creduce/issues/232
+
 USE_LANGUAGES= c c++14
 USE_TOOLS+=    flex perl:run gmake
 GNU_CONFIGURE= yes
diff -r 64112ecd3aef -r 764cf66eee5d devel/include-what-you-use/Makefile
--- a/devel/include-what-you-use/Makefile       Tue Nov 23 20:49:28 2021 +0000
+++ b/devel/include-what-you-use/Makefile       Tue Nov 23 20:55:42 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2021/07/12 18:49:29 adam Exp $
+# $NetBSD: Makefile,v 1.26 2021/11/23 20:55:42 wiz Exp $
 
 DISTNAME=      include-what-you-use-0.16.src
 PKGNAME=       ${DISTNAME:S/.src//1}
@@ -18,6 +18,9 @@
 
 CMAKE_ARGS=    -DIWYU_LLVM_ROOT_PATH:PATH=${BUILDLINK_PREFIX.clang}
 
+BROKEN=                "Needs to be updated for llvm-13.0.0"
+# https://github.com/include-what-you-use/include-what-you-use/issues/974
+
 REPLACE_PYTHON=        *.py
 
 .include "../../lang/clang/buildlink3.mk"
diff -r 64112ecd3aef -r 764cf66eee5d devel/lld/PLIST
--- a/devel/lld/PLIST   Tue Nov 23 20:49:28 2021 +0000
+++ b/devel/lld/PLIST   Tue Nov 23 20:55:42 2021 +0000
@@ -1,11 +1,13 @@
-@comment $NetBSD: PLIST,v 1.5 2021/07/12 18:47:15 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2021/11/23 20:55:42 wiz Exp $
 bin/ld.lld
 bin/ld64.lld
 bin/ld64.lld.darwinnew
+bin/ld64.lld.darwinold
 bin/lld
 bin/lld-link
 bin/wasm-ld
 include/lld/Common/Args.h
+include/lld/Common/Arrays.h
 include/lld/Common/DWARF.h
 include/lld/Common/Driver.h
 include/lld/Common/ErrorHandler.h
diff -r 64112ecd3aef -r 764cf66eee5d devel/lld/distinfo
--- a/devel/lld/distinfo        Tue Nov 23 20:49:28 2021 +0000
+++ b/devel/lld/distinfo        Tue Nov 23 20:55:42 2021 +0000
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.14 2021/10/26 10:15:31 nia Exp $
+$NetBSD: distinfo,v 1.15 2021/11/23 20:55:42 wiz Exp $
 
-BLAKE2s (lld-12.0.1.src.tar.xz) = 053b3f43cdd958fbac2d06391c460818b379239bca55238a24aec4540fb895e7
-SHA512 (lld-12.0.1.src.tar.xz) = 4292e45c54f61b8bf8b0a412f1423e062fb7c88ab3d143de3bccf010ea84fcf672ec432068a6adc461f605993d5c4e7e720e9b719d7bf8cbe670115f75e1fb2a
-Size (lld-12.0.1.src.tar.xz) = 1351580 bytes
+BLAKE2s (lld-13.0.0.src.tar.xz) = 6b5bc74bd7873eba4da52b895740e406cac305cd647bdd07428b8578b10052fc
+SHA512 (lld-13.0.0.src.tar.xz) = bec719dd7349eb5e9d2d5f2dcbb3f63c4756b0ee82aef228f9fa2bf4e6913596aacb4a0dd8d66146b7e81432c51d811ec8cf211fe67d2de74747938d3543d54d
+Size (lld-13.0.0.src.tar.xz) = 1472476 bytes
 SHA1 (patch-CMakeLists.txt) = 32163a5bcd7d9456065e48ef6e6f0e2c3380a820
 SHA1 (patch-ELF_Config.h) = c449bf971088da671df5da507347fe8dc8c9da82
-SHA1 (patch-ELF_Driver.cpp) = 7de88cf37fb7045fb2af73faaeac79d6880ddb52
 SHA1 (patch-ELF_Options.td) = 22a1f293681b86a9aac87624efcfeeb20a4ba51c
diff -r 64112ecd3aef -r 764cf66eee5d devel/lld/patches/patch-ELF_Driver.cpp
--- a/devel/lld/patches/patch-ELF_Driver.cpp    Tue Nov 23 20:49:28 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-$NetBSD: patch-ELF_Driver.cpp,v 1.9 2021/07/12 18:47:15 adam Exp $
-
-Add dummy option for an AArch64 erratum.
-
---- ELF/Driver.cpp.orig        2020-10-07 10:10:48.000000000 +0000
-+++ ELF/Driver.cpp
-@@ -135,7 +135,7 @@ static std::tuple<ELFKind, uint16_t, uin
-   std::pair<ELFKind, uint16_t> ret =
-       StringSwitch<std::pair<ELFKind, uint16_t>>(s)
-           .Cases("aarch64elf", "aarch64linux", "aarch64_elf64_le_vec",
--                 {ELF64LEKind, EM_AARCH64})
-+                 "aarch64nbsd", {ELF64LEKind, EM_AARCH64})
-           .Cases("armelf", "armelf_linux_eabi", {ELF32LEKind, EM_ARM})
-           .Case("elf32_x86_64", {ELF32LEKind, EM_X86_64})
-           .Cases("elf32btsmip", "elf32btsmipn32", {ELF32BEKind, EM_MIPS})
-@@ -300,6 +300,9 @@ static void checkOptions() {
-   if (config->emachine == EM_MIPS && config->gnuHash)
-     error("the .gnu.hash section is not compatible with the MIPS target");
- 
-+  if (config->fixCortexA53Errata835769 && config->emachine != EM_AARCH64)
-+    error("--fix-cortex-a53-835769 is only supported on AArch64 targets");
-+
-   if (config->fixCortexA53Errata843419 && config->emachine != EM_AARCH64)
-     error("--fix-cortex-a53-843419 is only supported on AArch64 targets");
- 
-@@ -937,6 +940,8 @@ static void readConfigs(opt::InputArgLis
-       args.hasFlag(OPT_export_dynamic, OPT_no_export_dynamic, false);
-   config->filterList = args::getStrings(args, OPT_filter);
-   config->fini = args.getLastArgValue(OPT_fini, "_fini");
-+  config->fixCortexA53Errata835769 = args.hasArg(OPT_fix_cortex_a53_843419) &&
-+                                     !args.hasArg(OPT_relocatable);
-   config->fixCortexA53Errata843419 = args.hasArg(OPT_fix_cortex_a53_843419) &&
-                                      !args.hasArg(OPT_relocatable);
-   config->fixCortexA8 =
diff -r 64112ecd3aef -r 764cf66eee5d devel/lldb/PLIST
--- a/devel/lldb/PLIST  Tue Nov 23 20:49:28 2021 +0000
+++ b/devel/lldb/PLIST  Tue Nov 23 20:55:42 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2021/07/12 18:47:15 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2021/11/23 20:55:42 wiz Exp $
 bin/lldb
 bin/lldb-argdumper
 bin/lldb-instr
@@ -61,7 +61,6 @@
 include/lldb/API/SBThreadCollection.h
 include/lldb/API/SBThreadPlan.h
 include/lldb/API/SBTrace.h
-include/lldb/API/SBTraceOptions.h
 include/lldb/API/SBType.h
 include/lldb/API/SBTypeCategory.h
 include/lldb/API/SBTypeEnumMember.h
@@ -104,10 +103,10 @@
 include/lldb/Core/AddressRange.h
 include/lldb/Core/AddressResolver.h
 include/lldb/Core/AddressResolverFileLine.h
-include/lldb/Core/AddressResolverName.h
 include/lldb/Core/Architecture.h
 include/lldb/Core/Communication.h
 include/lldb/Core/Debugger.h
+include/lldb/Core/Declaration.h
 include/lldb/Core/Disassembler.h
 include/lldb/Core/DumpDataExtractor.h
 include/lldb/Core/DumpRegisterValue.h
@@ -129,9 +128,11 @@
 include/lldb/Core/Opcode.h
 include/lldb/Core/PluginInterface.h
 include/lldb/Core/PluginManager.h
+include/lldb/Core/Progress.h
 include/lldb/Core/RichManglingContext.h
 include/lldb/Core/SearchFilter.h
 include/lldb/Core/Section.h
+include/lldb/Core/SourceLocationSpec.h
 include/lldb/Core/SourceManager.h
 include/lldb/Core/StreamAsynchronousIO.h
 include/lldb/Core/StreamBuffer.h
@@ -155,6 +156,7 @@
 include/lldb/Core/ValueObjectMemory.h
 include/lldb/Core/ValueObjectRegister.h
 include/lldb/Core/ValueObjectSyntheticFilter.h
+include/lldb/Core/ValueObjectUpdater.h
 include/lldb/Core/ValueObjectVariable.h
 include/lldb/Core/dwarf.h
 include/lldb/DataFormatters/CXXFunctionPointer.h
@@ -244,6 +246,7 @@
 include/lldb/Host/common/UDPSocket.h
 include/lldb/Host/freebsd/HostInfoFreeBSD.h
 include/lldb/Host/linux/AbstractSocket.h
+include/lldb/Host/linux/Host.h
 include/lldb/Host/linux/HostInfoLinux.h
 include/lldb/Host/linux/Ptrace.h
 include/lldb/Host/linux/Support.h
@@ -270,7 +273,6 @@
 include/lldb/Host/windows/PipeWindows.h
 include/lldb/Host/windows/PosixApi.h
 include/lldb/Host/windows/ProcessLauncherWindows.h
-include/lldb/Host/windows/editlinewin.h
 include/lldb/Host/windows/windows.h
 include/lldb/Initialization/SystemInitializer.h
 include/lldb/Initialization/SystemInitializerCommon.h
@@ -322,6 +324,7 @@
 include/lldb/Interpreter/Options.h
 include/lldb/Interpreter/Property.h
 include/lldb/Interpreter/ScriptInterpreter.h
+include/lldb/Interpreter/ScriptedProcessInterface.h
 include/lldb/Symbol/ArmUnwindInfo.h
 include/lldb/Symbol/Block.h
 include/lldb/Symbol/CallFrameInfo.h
@@ -333,7 +336,6 @@
 include/lldb/Symbol/DWARFCallFrameInfo.h
 include/lldb/Symbol/DebugMacros.h
 include/lldb/Symbol/DeclVendor.h
-include/lldb/Symbol/Declaration.h
 include/lldb/Symbol/FuncUnwinders.h
 include/lldb/Symbol/Function.h
 include/lldb/Symbol/LineEntry.h
@@ -372,6 +374,7 @@
 include/lldb/Target/Memory.h
 include/lldb/Target/MemoryHistory.h
 include/lldb/Target/MemoryRegionInfo.h
+include/lldb/Target/MemoryTagManager.h
 include/lldb/Target/ModuleCache.h
 include/lldb/Target/OperatingSystem.h
 include/lldb/Target/PathMappingList.h
@@ -423,9 +426,10 @@
 include/lldb/Target/ThreadPlanStepUntil.h
 include/lldb/Target/ThreadPlanTracer.h
 include/lldb/Target/ThreadSpec.h
-include/lldb/Target/ThreadTrace.h
 include/lldb/Target/Trace.h
-include/lldb/Target/TraceSessionFileParser.h
+include/lldb/Target/TraceCursor.h
+include/lldb/Target/TraceExporter.h
+include/lldb/Target/TraceInstructionDumper.h
 include/lldb/Target/UnixSignals.h
 include/lldb/Target/Unwind.h
 include/lldb/Target/UnwindAssembly.h
@@ -435,6 +439,7 @@
 include/lldb/Utility/Args.h
 include/lldb/Utility/Baton.h
 include/lldb/Utility/Broadcaster.h
+include/lldb/Utility/Cloneable.h
 include/lldb/Utility/CompletionRequest.h
 include/lldb/Utility/Connection.h
 include/lldb/Utility/ConstString.h
@@ -482,7 +487,8 @@
 include/lldb/Utility/TildeExpressionResolver.h
 include/lldb/Utility/Timeout.h
 include/lldb/Utility/Timer.h
-include/lldb/Utility/TraceOptions.h
+include/lldb/Utility/TraceGDBRemotePackets.h
+include/lldb/Utility/TraceIntelPTGDBRemotePackets.h
 include/lldb/Utility/UUID.h
 include/lldb/Utility/UnimplementedError.h
 include/lldb/Utility/UriParser.h
@@ -504,8 +510,8 @@
 include/lldb/lldb-types.h
 include/lldb/lldb-versioning.h
 lib/liblldb.so
+lib/liblldb.so.13
 lib/liblldb.so.${PKGVERSION}
-${PLIST.posix}lib/liblldb.so.12
 ${PYSITELIB}/lldb/__init__.py
 ${PYSITELIB}/lldb/_lldb.so
 ${PYSITELIB}/lldb/embedded_interpreter.py
@@ -519,6 +525,8 @@
 ${PYSITELIB}/lldb/formatters/metrics.py
 ${PYSITELIB}/lldb/formatters/synth.py
 ${PYSITELIB}/lldb/lldb-argdumper
+${PYSITELIB}/lldb/plugins/__init__.py
+${PYSITELIB}/lldb/plugins/scripted_process.py
 ${PYSITELIB}/lldb/utils/__init__.py
 ${PYSITELIB}/lldb/utils/in_call_stack.py
 ${PYSITELIB}/lldb/utils/symbolication.py
diff -r 64112ecd3aef -r 764cf66eee5d devel/lldb/distinfo
--- a/devel/lldb/distinfo       Tue Nov 23 20:49:28 2021 +0000
+++ b/devel/lldb/distinfo       Tue Nov 23 20:55:42 2021 +0000
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.27 2021/10/26 10:15:31 nia Exp $
+$NetBSD: distinfo,v 1.28 2021/11/23 20:55:42 wiz Exp $
 
-BLAKE2s (lldb-12.0.1.src.tar.xz) = ff0db22ac57be181a7e5eee5129f00dfa6654f489ebfca0ccd21a0b86ccf3401
-SHA512 (lldb-12.0.1.src.tar.xz) = df3c8e088bf69fb843cd7365fd2df4cefb72c9a313511fb0d0fa3e06e7d12cada35a1d621ec4312c99799e68ff76955423993ce0310c58f74ccd5151984f38ee
-Size (lldb-12.0.1.src.tar.xz) = 9837800 bytes
+BLAKE2s (lldb-13.0.0.src.tar.xz) = bf5efb18d7fecca9d964b4939029a844d8bddbbd2252ba74178f923b63c1cb75
+SHA512 (lldb-13.0.0.src.tar.xz) = 4f3484dc3da7a303e395ec67c812f93b87b626ee3f5cd21fc065942b35a2355bfc034eaaed4a26a13a337bdf86cf4f08d722182432917ee418a5c964c6037a9c
+Size (lldb-13.0.0.src.tar.xz) = 9905788 bytes
 SHA1 (patch-cmake_modules_LLDBStandalone.cmake) = 55a8d614cc52872968fc7c7c205c7d6e4021b538
 SHA1 (patch-source_API_CMakeLists.txt) = edc7bdaa39436dd8df6c5e8172f39c5329fa8cb2
-SHA1 (patch-source_Plugins_ObjectFile_Mach-O_ObjectFileMachO.cpp) = 8c7047e88223724c7800e1c4399885ab704b49ff
 SHA1 (patch-source_Plugins_Process_NetBSD_NativeProcessNetBSD.cpp) = b2fcd2a6fbe7c9c514df657d60b21a93d9d4667c
 SHA1 (patch-source_Plugins_Process_NetBSD_NativeProcessNetBSD.h) = 1a01bed99b146a7c3e8bcdc559dc2755f997ac4c
diff -r 64112ecd3aef -r 764cf66eee5d devel/lldb/patches/patch-source_Plugins_ObjectFile_Mach-O_ObjectFileMachO.cpp
--- a/devel/lldb/patches/patch-source_Plugins_ObjectFile_Mach-O_ObjectFileMachO.cpp     Tue Nov 23 20:49:28 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-source_Plugins_ObjectFile_Mach-O_ObjectFileMachO.cpp,v 1.1 2021/09/20 15:53:01 adam Exp $
-
---- source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp.orig  2021-03-04 11:38:58.000000000 +0000
-+++ source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
-@@ -2596,7 +2596,7 @@ size_t ObjectFileMachO::ParseSymtab() {
-   typedef std::set<ConstString> IndirectSymbols;
-   IndirectSymbols indirect_symbol_names;
- 
--#if defined(__APPLE__) && TARGET_OS_EMBEDDED
-+#if defined(__APPLE__) && defined(TARGET_OS_EMBEDDED)
- 
-   // Some recent builds of the dyld_shared_cache (hereafter: DSC) have been
-   // optimized by moving LOCAL symbols out of the memory mapped portion of
diff -r 64112ecd3aef -r 764cf66eee5d devel/polly/PLIST
--- a/devel/polly/PLIST Tue Nov 23 20:49:28 2021 +0000
+++ b/devel/polly/PLIST Tue Nov 23 20:55:42 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2019/10/19 14:01:36 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2021/11/23 20:55:42 wiz Exp $
 include/polly/Canonicalization.h
 include/polly/CodeGen/BlockGenerators.h
 include/polly/CodeGen/CodeGeneration.h
@@ -17,16 +17,20 @@
 include/polly/CodePreparation.h
 include/polly/Config/config.h
 include/polly/DeLICM.h
+include/polly/DeadCodeElimination.h
 include/polly/DependenceInfo.h


Home | Main Index | Thread Index | Old Index