[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 16.04 (master) #4241

Report

[FAILURE] oss-swift-package-linux-ubuntu-16_04 [#4241]

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/4241/
Project:
oss-swift-package-linux-ubuntu-16_04
Date of build:
Thu, 31 Oct 2019 21:15:41 -0500
Build duration:
1 hr 32 min

Identified problems:

  • Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
  • Swift Compile Error: Swift compiler error

Changes

  • Commit 1a5a47f54075622db83a3cb694bc074d481669f7 by mikeys:
    warn on empty OptionSet static constants

    • edit: lib/Sema/TypeCheckProtocol.cpp
    • edit: include/swift/AST/DiagnosticsSema.def
    • add: test/Sema/option-set-empty.swift
  • Commit acb99fb79edbecedee85fa37f25ef4584b1971ea by mikeys:
    refactor

    • edit: lib/Sema/TypeCheckProtocol.cpp
    • edit: lib/Sema/TypeCheckDecl.cpp
  • Commit 9c9a327f93cbfa0ada84eea02d73c6fea52b46d1 by mikeys:
    cleanup

    • edit: lib/Sema/TypeCheckDecl.cpp
  • Commit 6152f8e1f9935ea8370a7470a2003fe78ee9496d by mikeys:
    feedback

    • edit: lib/Sema/TypeCheckDecl.cpp
    • edit: include/swift/AST/DiagnosticsSema.def
  • Commit 5ae04840b013c431afb55654f1ce87cf533c7749 by mikeys:
    inline variables

    • edit: lib/Sema/TypeCheckDecl.cpp
  • Commit 76a8fa6efed5ba39eb06ae531d6067ccb8ebf2d6 by mikeys:
    simplify diagnostic

    • edit: include/swift/AST/DiagnosticsSema.def
  • Commit a665524709887164ebe6aed5981306fad7716627 by mikeys:
    fix test

    • edit: test/Sema/option-set-empty.swift
  • Commit 1ba47ff13bf36b8ec6d4f682c6bc5b0c25c1509b by github:
    cleanup

    • edit: lib/Sema/TypeCheckDecl.cpp
  • Commit cc0afc06a9bb802ccb49fdb062a6f6ce12e4a84d by mikeys:
    feedback

    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Sema/TypeCheckDecl.cpp
  • Commit 2104984cfd041f19b46f2920afa95da820b6065f by mikeys:
    more unit test cases

    • edit: test/Sema/option-set-empty.swift
  • Commit bc308e0b24bd6582a6bb304256f4bf63b781081c by mikeys:
    add comments

    • edit: lib/Sema/TypeCheckDecl.cpp
  • Commit c195f73d59046deeb2c3024a0bc9db169c84ab50 by mgottesman:
    [ownership] Add verification that parent borrow scopes completely

    • edit: lib/SIL/SILOwnershipVerifier.cpp
    • edit: test/SIL/ownership-verifier/borrow_scope_introducing_operands.sil
    • edit: test/SIL/ownership-verifier/borrow_scope_introducing_operands_positive.sil
  • Commit 06c057136ee8a2b923cbfedef389fda4680c3e97 by mikeys:
    test more cases

    • edit: test/Sema/option-set-empty.swift
  • Commit c6063b217134f5a7493a322c0096aa11a77491bc by mikeys:
    fix tests

    • edit: test/Sema/option-set-empty.swift
  • Commit 2d5438d7c13b1bf45158a53143a1352b3d5c7744 by mikeys:
    add more tests

    • edit: test/Sema/option-set-empty.swift
  • Commit 4250d7fde06194758dd58bd5336d3160cdb6e20a by mikeys:
    Revert "add more tests"

    • edit: test/Sema/option-set-empty.swift
  • Commit b7e059d4af0201d4b2d870ec9ca8fc77d1553736 by mikeys:
    Revert "fix tests"

    • edit: test/Sema/option-set-empty.swift
  • Commit f7f908678eb4801a567bc728fd5ca751e9f605d5 by mikeys:
    Revert "test more cases"

    • edit: test/Sema/option-set-empty.swift
  • Commit d70b0a41afaddb6bb7fec4ac932a3f4ac382f89a by mikeys:
    check for null ctor called value

    • edit: lib/Sema/TypeCheckDecl.cpp
  • Commit b276a7e7cd9ba803fea7654ce7b728b224d4d8dc by mikeys:
    Revert "Revert "test more cases""

    • edit: test/Sema/option-set-empty.swift
  • Commit 1da9215a2fe7f504b5a54f8fda721189ebec381f by mikeys:
    Revert "Revert "fix tests""

    • edit: test/Sema/option-set-empty.swift
  • Commit 67cd80977d5ed0593df18c9ab50ccb3a560a9bff by mikeys:
    Revert "Revert "add more tests""

    • edit: test/Sema/option-set-empty.swift
  • Commit 9cc2d65bb04431bc32f85e3914b449477db196a6 by mikeys:
    refine test

    • edit: test/Sema/option-set-empty.swift
  • Commit 0ba29805854c55de166ec49dcba74f1f1ec51005 by mikeys:
    use new API

    • edit: lib/Sema/TypeCheckDecl.cpp
  • Commit 9090d7fb010645a7078203c6a70f06a866a1ecae by mikeys:
    add test

    • edit: test/Sema/option-set-empty.swift
  • Commit cba8684a45fdf1b22ea079dfdb7b1c9a6d46d959 by mikeys:
    use dyn_cast_or_null

    • edit: lib/Sema/TypeCheckDecl.cpp
  • Commit 6325915b4bdeab9e964fad7fce0badac882d467e by aqamoss3fan2010:
    NFC: Solidify and tidy up the BraceStmt interface

    • edit: lib/IDE/IDERequests.cpp
    • edit: include/swift/AST/Stmt.h
    • edit: lib/SILGen/SILGen.cpp
    • edit: lib/Sema/TypeCheckPattern.cpp
    • edit: lib/Sema/TypeCheckStmt.cpp
    • edit: lib/Sema/TypeCheckREPL.cpp
    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: lib/Parse/ParseDecl.cpp
    • edit: lib/AST/Decl.cpp
    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: lib/IDE/ExprContextAnalysis.cpp
    • edit: lib/IDE/Refactoring.cpp
    • edit: lib/AST/Expr.cpp
    • edit: lib/Sema/CSApply.cpp
    • edit: lib/IRGen/GenClass.cpp
    • edit: lib/SILGen/SILGenPattern.cpp
    • edit: lib/SILOptimizer/Mandatory/DataflowDiagnostics.cpp
  • Commit a6be16b55626914d60d91a6d7a01bf60e93aaf87 by cyndy_ishida:
    [TBDGen] support targets instead of arch&platform

    • edit: lib/TBDGen/TBDGen.cpp
    • edit: lib/TBDGen/TBDGenVisitor.h
  • Commit ac2890592696ece5012c46bee49cba4715db901a by alaferriere:
    [serialization] Recover from missing custom attribute

    • edit: lib/Serialization/Deserialization.cpp
    • edit: test/Serialization/Recovery/implementation-only-missing.swift
  • Commit b4b4b9f9efd17591075f4eb6c9c685724beb8637 by github:
    Update WindowsBuild.md

    • edit: docs/WindowsBuild.md
  • Commit 7a2a0e77dc32095b24fe4b232776664ca4f10fad by compnerd:
    build: add a dependency on clang

    • edit: cmake/modules/AddSwift.cmake
  • Commit 1315207a226f9738a7616d6cc0e1cce1ed49bcc7 by pyaskevich:
    [Diagnostics] Introduce extraneous call fix

    • edit: test/Constraints/closures.swift
    • edit: test/Constraints/diagnostics.swift
    • edit: lib/Sema/CSFix.h
    • edit: test/Index/invalid_code.swift
    • edit: lib/Sema/CSSimplify.cpp
    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: lib/Sema/CSFix.cpp
    • edit: lib/Sema/CSDiagnostics.h
  • Commit 5e54eb1954a6eea918dbe1512048a552872c39d4 by danielrodriguez:
    [Diagnostics] Use constant strings to avoid use after free.

    • edit: unittests/AST/DiagnosticConsumerTests.cpp
  • Commit ff97519f5395ec92b12fb9db24295fcd0267c4ec by rwidmann:
    [Gardening] Switch an Out Parameter To a Tuple

    • edit: lib/Sema/TypeCheckProtocol.cpp
  • Commit 1317db9520727a21216bbf6a8be8d82876dde612 by nhawes:

    [code-completion] Suggest self.init(..) in value type constructors

    • edit: test/IDE/complete_after_self.swift
    • edit: lib/IDE/CodeCompletion.cpp
  • Commit 3dba00f1c7e69b1dca3f31b1a9b4980e7b57ae0e by mikeys:
    use bool conversion for protocol conformance instead of hasValue()

    • edit: lib/Sema/TypeCheckDecl.cpp
  • Commit 11aeb8b7fa5b79ffcc2d0f1ff75f33b459d4f438 by blangmuir:
    Add build-script option --skip-test-toolchain-benchmarks

    • edit: utils/swift_build_support/swift_build_support/products/benchmarks.py
    • edit: utils/build_swift/driver_arguments.py
    • edit: utils/build_swift/tests/expected_options.py
  • Commit 01e334b5b7033dd616371dd9ea0761e22deab2ee by blangmuir:
    [preset] Add toolchain-benchmarks to swiftpm presets

    • edit: utils/build-presets.ini
  • Commit 41e28a8c3de57002aa01f0d820309df5e150f6b2 by compnerd:
    Basic: avoid an assertion on Windows

    • edit: include/swift/Basic/Mangler.h
  • Commit 16cff49e650d93919123da2d1ad906931ed78e24 by github:
    [Sema] Requestify inheritsSuperclassInitializers (#27936)

    • edit: lib/AST/TypeCheckRequests.cpp
    • edit: lib/Sema/CodeSynthesis.cpp
    • edit: lib/Serialization/Deserialization.cpp
    • edit: include/swift/AST/TypeCheckRequests.h
    • edit: lib/AST/Decl.cpp
    • edit: test/decl/class/circular_inheritance.swift
    • edit: include/swift/AST/TypeCheckerTypeIDZone.def
    • edit: include/swift/AST/Decl.h
  • Commit da71f6bedca95217a157b2d3bdd5a988f46a7abd by mikeash:
    [Reflection] Fix length calculation in readTypeRef.

    • edit: stdlib/public/Reflection/TypeRefBuilder.cpp
  • Commit 64401ac92c286c8bd4ef06d290bfd8bc4b87ce96 by github:
    [NFC] Replace StringMap with StringSet (#27986)

    • edit: lib/AST/DiagnosticEngine.cpp
    • edit: include/swift/AST/DiagnosticEngine.h
  • Commit 0af343469b4272bcc6c14ec6daa7912f55f510ec by rwidmann:
    Pre-Request Cleanup For Implicit Constructors

    • edit: lib/Sema/CodeSynthesis.cpp
    • edit: lib/Sema/TypeCheckDeclOverride.cpp
    • edit: lib/Sema/TypeChecker.h
    • edit: validation-test/compiler_crashers_2_fixed/0124-sr5825.swift
  • Commit 8cb8e7512e08fbce216e15619019415e4360212e by mgottesman:
    [constant-folding] Eliminate complexity introducing pre-mature

    • edit: lib/SILOptimizer/Utils/ConstantFolding.cpp
  • Commit 56e9b2a0997d93447272b20834721eb87b3593a0 by blangmuir:
    python-lint fixes

    • edit: utils/build_swift/driver_arguments.py
    • edit: utils/build_swift/tests/expected_options.py
  • Commit c5a263f6369df49aa7b1c9242dc40f662146e96c by tachoknight:
    project can be built using Python 3

    • edit: Utilities/build-script-helper.py
  • Commit 72d0acb28e19a09808183b8ed9569ab5c1fb704e by ahoppen:
    Make the Stress tester depend on SwiftPM master

    • edit: SourceKitStressTester/Package.swift
    • edit: SourceKitStressTester/Sources/StressTester/SourceKitDocument.swift
    • edit: SourceKitStressTester/Sources/sk-stress-test/main.swift
    • edit: SourceKitStressTester/Sources/SwiftCWrapper/SwiftCWrapper.swift
    • edit: SourceKitStressTester/Sources/StressTester/StressTesterTool.swift
    • edit: SourceKitStressTester/Sources/Common/Message.swift
    • edit: SourceKitStressTester/Sources/sk-swiftc-wrapper/main.swift
  • Commit 3deed609a607463af88c5066f86f152e90bcc6a3 by ahoppen:
    Make SwiftEvolve depend on SwiftPM master

    • edit: SwiftEvolve/Sources/SwiftEvolve/SwiftEvolveTool.swift
    • edit: SwiftEvolve/Tests/SwiftEvolveTests/CommandLineTests.swift
    • edit: SwiftEvolve/Tests/SwiftEvolveTests/TestUtils.swift
    • edit: SwiftEvolve/Package.swift
    • edit: SwiftEvolve/Sources/SwiftEvolve/CommandLine.swift
  • Commit c2a4e5463dcde98573a432ca1713e39bf8f17c39 by ahoppen:
    Make the stress tester and SwiftEvolve depend on SwiftSyntax/master

    • edit: SourceKitStressTester/Package.swift
    • edit: SwiftEvolve/Package.swift
  • Commit c1e6240a9c3c539201fa4d5a035d25cc2e5bc097 by ahoppen:
    Update test to assert an error if --rules flag is passed twice

    • edit: SwiftEvolve/Tests/SwiftEvolveTests/CommandLineTests.swift
  • Commit b67c21c57bbaa6721390aa44f4e9b2b457dff02e by ahoppen:
    Remove @testable imports in the stress tester and make all requirements

    • edit: SourceKitStressTester/Tests/StressTesterToolTests/StressTesterToolTests.swift
    • edit: SourceKitStressTester/Sources/StressTester/ActionGenerators.swift
    • edit: SourceKitStressTester/Sources/StressTester/StressTester.swift
    • edit: SourceKitStressTester/Tests/StressTesterToolTests/ActionGeneratorTests.swift
    • edit: SourceKitStressTester/Sources/SwiftCWrapper/IssueManager.swift
    • edit: SourceKitStressTester/Tests/SwiftCWrapperToolTests/SwiftCWrapperToolTests.swift
    • edit: SourceKitStressTester/Sources/StressTester/Action.swift
    • edit: build-script-helper.py
    • edit: SourceKitStressTester/Sources/StressTester/SourceKitDocument.swift
    • edit: SourceKitStressTester/Sources/SwiftCWrapper/FailFastOperationQueue.swift
    • edit: SourceKitStressTester/Sources/StressTester/StressTesterTool.swift
    • edit: SourceKitStressTester/Sources/SwiftCWrapper/ExpectedIssue.swift
    • edit: SourceKitStressTester/Sources/SwiftCWrapper/SwiftCWrapper.swift
  • Commit 08a8c80c2f0b78597b3de7ae98108eda041d5b9d by nhawes:
    Fix darwin-ld-lto test for some speical path

    • edit: clang/test/Driver/darwin-ld-lto.c
  • Commit ea64f37c5f91dea1c2c67b6633a60a44edaf9940 by jlettner:
    [TSan] Fix test failing on Linux

    • edit: compiler-rt/test/tsan/libdispatch/dispatch_once_deadlock.c
  • Commit ab7ae3c8ec7afced236aa2e9fd1d748b8f913dfb by aprantl:
    Remove Xcode project remnants

    • delete: lldb/scripts/generate-vers.pl
    • edit: lldb/tools/debugserver/source/CMakeLists.txt
  • Commit 35c1e773b2b0794344088a45b4f0be066fe25035 by aprantl:
    Changing representation of .cv_def_range directives in Codeview debug

    • edit: lldb/lit/SymbolFile/NativePDB/Inputs/s_constant.s
    • edit: lld/test/COFF/s_udt.s
    • edit: lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
    • add: llvm/test/DebugInfo/COFF/nrvo.ll
  • Commit 7c84051950c380b18b641c4fbfba643873dd518d by aprantl:
    XFAIL test that is missing dependencies on this branch.

    • edit: llvm/test/DebugInfo/COFF/nrvo.ll
  • Commit 21219849d51eeb7622cc698bb86426fee90ea57c by aprantl:
    [lldb] Configure debugserver_vers.c from CMake

    • add: lldb/tools/debugserver/source/debugserver_vers.c.in
    • edit: lldb/tools/debugserver/source/CMakeLists.txt
  • Commit ff0ca49a02b6c61d8be0319389a3dc699b858e59 by jonas:
    [test] Rename Modules to ObjectFile (NFC)

    • delete: lldb/lit/Modules/ELF/Inputs/netbsd-amd64.core
    • delete: lldb/lit/Modules/PECOFF/subsections.yaml
    • delete: lldb/lit/Modules/ELF/PT_LOAD-empty.yaml
    • delete: lldb/lit/Modules/PECOFF/lit.local.cfg
    • delete: lldb/lit/Modules/Breakpad/Inputs/sections.syms
    • add: lldb/lit/ObjectFile/ELF/build-id-case.yaml
    • add: lldb/lit/ObjectFile/Breakpad/breakpad-identification.test
    • delete: lldb/lit/Modules/ELF/netbsd-core-amd64.test
    • add: lldb/lit/ObjectFile/PECOFF/lit.local.cfg
    • add: lldb/lit/ObjectFile/ELF/PT_LOAD-overlap-PT_INTERP.yaml
    • add: lldb/lit/ObjectFile/ELF/PT_LOAD-empty.yaml
    • add: lldb/lit/ObjectFile/ELF/netbsd-core-amd64.test
    • delete: lldb/lit/Modules/ELF/PT_LOAD-overlap-PT_INTERP.yaml
    • add: lldb/lit/ObjectFile/ELF/section-types.yaml
    • add: lldb/lit/ObjectFile/ELF/Inputs/PT_LOAD-overlap-section.elf
    • add: lldb/lit/ObjectFile/Breakpad/discontiguous-sections.test
    • add: lldb/lit/ObjectFile/ELF/PT_TLS-overlap-PT_LOAD.yaml
    • add: lldb/lit/ObjectFile/ELF/many-sections.s
    • delete: lldb/lit/Modules/MachO/lc_build_version_notools.yaml
    • delete: lldb/lit/Modules/Breakpad/Inputs/identification-linux.syms
    • delete: lldb/lit/Modules/Breakpad/Inputs/uuid-matching-mac.syms
    • add: lldb/lit/ObjectFile/ELF/PT_LOAD-overlap.yaml
    • delete: lldb/lit/Modules/Breakpad/discontiguous-sections.test
    • add: lldb/lit/ObjectFile/ELF/PT_LOAD-overlap-section.yaml
    • delete: lldb/lit/Modules/Breakpad/lit.local.cfg
    • delete: lldb/lit/Modules/ELF/PT_TLS-overlap-PT_LOAD.yaml
    • delete: lldb/lit/Modules/ELF/compressed-sections.yaml
    • add: lldb/lit/ObjectFile/Breakpad/Inputs/bad-module-id-1.syms
    • delete: lldb/lit/Modules/Breakpad/Inputs/identification-windows.syms
    • add: lldb/lit/ObjectFile/ELF/section-overlap.yaml
    • delete: lldb/lit/Modules/Breakpad/sections.test
    • delete: lldb/lit/Modules/ELF/short-build-id.yaml
    • delete: lldb/lit/Modules/ELF/duplicate-section.yaml
    • add: lldb/lit/ObjectFile/ELF/duplicate-section.yaml
    • add: lldb/lit/ObjectFile/ELF/netbsd-exec-8.99.30-amd64.yaml
    • delete: lldb/lit/Modules/ELF/section-permissions.yaml
    • add: lldb/lit/ObjectFile/Breakpad/uuid-matching-mac.test
    • add: lldb/lit/ObjectFile/ELF/base-address.yaml
    • add: lldb/lit/ObjectFile/PECOFF/subsections.yaml
    • delete: lldb/lit/Modules/ELF/gnu-debuglink.yaml
    • add: lldb/lit/ObjectFile/PECOFF/dep-modules.yaml
    • add: lldb/lit/ObjectFile/ELF/PT_LOAD.yaml
    • delete: lldb/lit/Modules/ELF/section-overlap.yaml
    • delete: lldb/lit/Modules/Breakpad/Inputs/identification-macosx.syms
    • add: lldb/lit/ObjectFile/Breakpad/Inputs/identification-macosx-arm64e.syms
    • delete: lldb/lit/Modules/ELF/many-sections.s
    • add: lldb/lit/ObjectFile/ELF/compressed-sections.yaml
    • delete: lldb/lit/Modules/ELF/aarch64-relocations.yaml
    • delete: lldb/lit/Modules/lit.local.cfg
    • add: lldb/lit/ObjectFile/ELF/PT_LOAD-overlap-PT_TLS.yaml
    • add: lldb/lit/ObjectFile/Breakpad/lit.local.cfg
    • delete: lldb/lit/Modules/Breakpad/Inputs/identification-macosx-arm64e.syms
    • delete: lldb/lit/Modules/PECOFF/export-dllfunc.yaml
    • delete: lldb/lit/Modules/MachO/lc_build_version.yaml
    • add: lldb/lit/ObjectFile/Breakpad/Inputs/identification-macosx.syms
    • delete: lldb/lit/Modules/ELF/section-types-edgecases.yaml
    • add: lldb/lit/ObjectFile/ELF/basic-info.yaml
    • delete: lldb/lit/Modules/Breakpad/Inputs/bad-module-id-3.syms
    • delete: lldb/lit/Modules/ELF/base-address.yaml
    • delete: lldb/lit/Modules/ELF/section-addresses.yaml
    • add: lldb/lit/ObjectFile/PECOFF/basic-info.yaml
    • add: lldb/lit/ObjectFile/MachO/subsections.yaml
    • delete: lldb/lit/Modules/ELF/netbsd-exec-8.99.30-amd64.yaml
    • delete: lldb/lit/Modules/ELF/PT_LOAD.yaml
    • add: lldb/lit/ObjectFile/Breakpad/Inputs/identification-windows.syms
    • delete: lldb/lit/Modules/Breakpad/Inputs/bad-module-id-2.syms
    • delete: lldb/lit/Modules/PECOFF/uuid.yaml
    • add: lldb/lit/ObjectFile/PECOFF/uuid.yaml
    • delete: lldb/lit/Modules/MachO/lc_version_min.yaml
    • add: lldb/lit/ObjectFile/lit.local.cfg
    • add: lldb/lit/ObjectFile/ELF/section-types-edgecases.yaml
    • delete: lldb/lit/Modules/ELF/PT_LOAD-overlap-PT_TLS.yaml
    • delete: lldb/lit/Modules/PECOFF/sections-names.yaml
    • delete: lldb/lit/Modules/Breakpad/Inputs/sections-trailing-func.syms
    • delete: lldb/lit/Modules/PECOFF/basic-info.yaml
    • delete: lldb/lit/Modules/ELF/Inputs/PT_LOAD-overlap-section.elf
    • add: lldb/lit/ObjectFile/Breakpad/Inputs/bad-module-id-2.syms
    • add: lldb/lit/ObjectFile/Breakpad/Inputs/bad-module-id-3.syms
    • add: lldb/lit/ObjectFile/ELF/gnu-debuglink.yaml
    • add: lldb/lit/ObjectFile/ELF/short-build-id.yaml
    • delete: lldb/lit/Modules/MachO/subsections.yaml
    • add: lldb/lit/ObjectFile/MachO/lc_build_version.yaml
    • delete: lldb/lit/Modules/PECOFF/dep-modules.yaml
    • add: lldb/lit/ObjectFile/ELF/section-permissions.yaml
    • add: lldb/lit/ObjectFile/Breakpad/Inputs/identification-linux.syms
    • add: lldb/lit/ObjectFile/Breakpad/Inputs/uuid-matching-mac.yaml
    • delete: lldb/lit/Modules/ELF/build-id-case.yaml
    • add: lldb/lit/ObjectFile/PECOFF/export-dllfunc.yaml
    • add: lldb/lit/ObjectFile/Breakpad/Inputs/sections-trailing-func.syms
    • delete: lldb/lit/Modules/Breakpad/Inputs/uuid-matching-mac.yaml
    • delete: lldb/lit/Modules/Breakpad/sections-trailing-func.test
    • add: lldb/lit/ObjectFile/ELF/Inputs/netbsd-amd64.core
    • add: lldb/lit/ObjectFile/MachO/lc_build_version_notools.yaml
    • delete: lldb/lit/Modules/Breakpad/uuid-matching-mac.test
    • add: lldb/lit/ObjectFile/Breakpad/sections.test
    • add: lldb/lit/ObjectFile/ELF/section-addresses.yaml
    • add: lldb/lit/ObjectFile/PECOFF/sections-names.yaml
    • delete: lldb/lit/Modules/ELF/section-types.yaml
    • add: lldb/lit/ObjectFile/Breakpad/Inputs/sections.syms
    • delete: lldb/lit/Modules/Breakpad/Inputs/bad-module-id-1.syms
    • delete: lldb/lit/Modules/Breakpad/breakpad-identification.test
    • add: lldb/lit/ObjectFile/Breakpad/sections-trailing-func.test
    • delete: lldb/lit/Modules/ELF/PT_LOAD-overlap-section.yaml
    • delete: lldb/lit/Modules/ELF/PT_LOAD-overlap.yaml
    • add: lldb/lit/ObjectFile/Breakpad/Inputs/uuid-matching-mac.syms
    • delete: lldb/lit/Modules/Breakpad/Inputs/discontiguous-sections.syms
    • add: lldb/lit/ObjectFile/ELF/aarch64-relocations.yaml
    • add: lldb/lit/ObjectFile/Breakpad/Inputs/discontiguous-sections.syms
    • delete: lldb/lit/Modules/ELF/basic-info.yaml
    • add: lldb/lit/ObjectFile/MachO/lc_version_min.yaml
  • Commit 95a6db9a3a9c183d4c5ef198b28533e96084e8b0 by jonas:
    [Reproducer] Move GDB Remote Provider into Reproducer (NFC)

    • edit: lldb/source/Utility/Reproducer.cpp
    • edit: lldb/include/lldb/Utility/Reproducer.h
    • edit: lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  • Commit c4287573dfbaa42e8cf0450bfe221b77a1fbea3b by jonas:
    [Reproducer] Move the command loader into the reproducer (NFC)

    • edit: lldb/include/lldb/Utility/Reproducer.h
    • edit: lldb/source/API/SBDebugger.cpp
    • edit: lldb/source/Utility/Reproducer.cpp
  • Commit f50e5b18be52ce8024a00bebf1a79a733a436ff4 by jonas:
    [Reproducer] Always use absolute paths for capture & replay.

    • add: lldb/lit/Reproducer/TestRelativePath.test
    • edit: lldb/source/Utility/Reproducer.cpp
    • edit: lldb/include/lldb/Utility/Reproducer.h
  • Commit 258416b4e0913cd4e0c90bfeee22d9339eb2a4ca by jonas:
    [Reproducer] Capture the debugger's working directory

    • edit: lldb/include/lldb/Utility/Reproducer.h
    • add: lldb/lit/Reproducer/TestWorkingDir.test
    • edit: lldb/source/Utility/Reproducer.cpp
  • Commit a0b3c0ce97eef0fadede28d668d2c3cff86dc5ae by jonas:
    [Reproducer] Add reproducer dump command.

    • edit: llvm/include/llvm/Support/VirtualFileSystem.h
    • edit: lldb/source/Commands/Options.td
    • add: lldb/lit/Reproducer/TestDump.test
    • edit: lldb/source/Commands/CommandObjectReproducer.cpp
    • edit: lldb/lit/Reproducer/Inputs/FileCapture.in
    • edit: llvm/lib/Support/VirtualFileSystem.cpp
  • Commit 074fb071fd951018dc60aef4e5b4e2b4dcba80c1 by jonas:
    [Reproducer] Implement dumping packets.

    • edit: lldb/lit/Reproducer/TestDump.test
    • edit: lldb/source/Commands/CommandObjectReproducer.cpp
  • Commit 07f1a9467b4bf5d24cfd5996efd57001570a4316 by jonas:
    [Reproducer] Add convenience methods IsCapturing and IsReplaying.

    • edit: lldb/source/Commands/CommandObjectReproducer.cpp
    • edit: lldb/include/lldb/Utility/Reproducer.h
  • Commit 499c59ad253dea8abba9838b8d5de81690c4cef3 by jonas:
    [Reproducer] Add LoadBuffer<> helper (NFC)

    • edit: lldb/include/lldb/Utility/Reproducer.h
    • edit: lldb/source/Commands/CommandObjectReproducer.cpp
  • Commit f53c06f705c126ee8b07f2257562a3e312c26e4a by jonas:
    [Reproducer] Support dumping the reproducer CWD

    • add: lldb/lit/Reproducer/Inputs/WorkingDir.in
    • edit: lldb/source/Commands/CommandObjectReproducer.cpp
    • edit: lldb/lit/Reproducer/TestWorkingDir.test
  • Commit de2b7b8cbfd41acc1495e19f3416287cf8bf5b1f by jonas:
    [Reproducer] Improve reproducer help (NFC)

    • edit: lldb/source/Commands/CommandObjectReproducer.cpp
  • Commit 423f3ba0d150bc858e4f0d9e71f328c3f3988720 by jonas:
    [Reproducer] Move GDB Remote Packet into Utility. (NFC)

    • delete: lldb/include/lldb/Utility/StreamGDBRemote.h
    • edit: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.cpp
    • edit: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.h
    • delete: lldb/source/Utility/StreamGDBRemote.cpp
    • edit: lldb/unittests/Process/gdb-remote/GDBRemoteClientBaseTest.cpp
    • edit: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
    • edit: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
    • edit: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
    • edit: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
    • edit: lldb/source/Utility/CMakeLists.txt
    • edit: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
    • add: lldb/include/lldb/Utility/GDBRemote.h
    • edit: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.h
    • edit: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.cpp
    • edit: lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
    • add: lldb/source/Utility/GDBRemote.cpp
    • edit: lldb/include/lldb/Utility/Reproducer.h
  • Commit 0cfa969420d7540f9a4d2d2dba2e538721a62ccb by jonas:
    [NFC] Move dumping into GDBRemotePacket

    • edit: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.cpp
    • edit: lldb/source/Utility/GDBRemote.cpp
    • edit: lldb/include/lldb/Utility/GDBRemote.h
  • Commit 35a654dda69521306830247009e4e2a8970d72e1 by aprantl:
    [DebugInfo] Avoid crash from dropped fragments in LiveDebugValues

    • edit: llvm/test/DebugInfo/MIR/X86/live-debug-values-restore.mir
    • edit: llvm/lib/CodeGen/LiveDebugValues.cpp
  • Commit 7a232b1aa6fd09ee36ec20cb6f3ae66dd7a87eb0 by aprantl:
    [DebugInfo] Avoid adding too much indirection to pointer-valued

    • edit: llvm/lib/IR/DebugInfoMetadata.cpp
    • edit: llvm/include/llvm/IR/DebugInfoMetadata.h
    • edit: llvm/lib/CodeGen/PrologEpilogInserter.cpp
    • add: llvm/test/DebugInfo/MIR/X86/prolog-epilog-indirection.mir
  • Commit 80308ebd651d1ce1e25ed49ad34910bc08ddd850 by mishal_shah:
    Rename a flang test case

    • add: clang/test/Driver/flang/flang_ucase.F90
    • add: clang/test/Driver/flang/flang.f90
  • Commit 78178d5b1dae4f77d2956a790dbfbec96ff27d65 by cyndy_ishida:
    [TextAPI] Arch&Platform to Target

    • edit: llvm/unittests/TextAPI/TextStubV2Tests.cpp
    • edit: llvm/include/llvm/TextAPI/MachO/ArchitectureSet.h
    • edit: llvm/lib/TextAPI/MachO/TextStubCommon.cpp
    • add: llvm/include/llvm/TextAPI/MachO/Platform.h
    • edit: llvm/include/llvm/TextAPI/MachO/Architecture.h
    • edit: llvm/include/llvm/TextAPI/MachO/Symbol.h
    • add: llvm/include/llvm/TextAPI/MachO/Target.h
    • edit: llvm/lib/TextAPI/MachO/Symbol.cpp
    • edit: llvm/lib/TextAPI/CMakeLists.txt
    • edit: llvm/unittests/TextAPI/TextStubV1Tests.cpp
    • edit: llvm/unittests/TextAPI/TextStubV3Tests.cpp
    • edit: llvm/include/llvm/TextAPI/MachO/InterfaceFile.h
    • add: llvm/lib/TextAPI/MachO/Platform.cpp
    • add: llvm/lib/TextAPI/MachO/Target.cpp
    • edit: llvm/lib/TextAPI/MachO/TextStubCommon.h
    • edit: llvm/lib/TextAPI/MachO/InterfaceFile.cpp
    • edit: llvm/lib/TextAPI/MachO/Architecture.cpp
    • edit: llvm/lib/TextAPI/MachO/TextStub.cpp
  • Commit 5e621be37777b4643c627f6f912cc639a349218c by cyndy_ishida:
    Fix MSVC "not all control paths return a value" warning. NFCI.

    • edit: llvm/lib/TextAPI/MachO/Platform.cpp
  • Commit 20d50fa2943e351aa9852c1331edd5f6056e5e58 by mishal_shah:
    [clang][driver][flang] Mark test as unsupported on darwin

    • edit: clang/test/Driver/flang/flang.f90
  • Commit ac940f1881ab8691a64db7c282bd28323da8caf8 by arphaman:
    [TextAPI] Arch&Platform to Target

    • edit: llvm/lib/TextAPI/MachO/TextStubCommon.h
    • add: llvm/lib/TextAPI/MachO/Platform.cpp
    • edit: llvm/lib/TextAPI/MachO/InterfaceFile.cpp
    • edit: llvm/unittests/TextAPI/TextStubV2Tests.cpp
    • edit: llvm/lib/TextAPI/MachO/TextStubCommon.cpp
    • edit: llvm/unittests/TextAPI/TextStubV1Tests.cpp
    • edit: llvm/include/llvm/TextAPI/MachO/Symbol.h
    • edit: llvm/include/llvm/TextAPI/MachO/InterfaceFile.h
    • add: llvm/include/llvm/TextAPI/MachO/Platform.h
    • edit: llvm/include/llvm/TextAPI/MachO/Architecture.h
    • edit: llvm/lib/TextAPI/MachO/TextStub.cpp
    • add: llvm/include/llvm/TextAPI/MachO/Target.h
    • add: llvm/lib/TextAPI/MachO/Target.cpp
    • edit: llvm/lib/TextAPI/MachO/Symbol.cpp
    • edit: llvm/lib/TextAPI/CMakeLists.txt
    • edit: llvm/lib/TextAPI/MachO/Architecture.cpp
    • edit: llvm/include/llvm/TextAPI/MachO/ArchitectureSet.h
    • edit: llvm/unittests/TextAPI/TextStubV3Tests.cpp
  • Commit 936a331aa742f4a0bdaa05ed65b96e5a1e3ffaa1 by arphaman:
    Fix MSVC "not all control paths return a value" warning. NFCI.

    • edit: llvm/lib/TextAPI/MachO/Platform.cpp
  • Commit 2081affa26ed0baa1ad0e5caf022e28c0f0a6400 by dexonsmith:
    Reset some content to the merge-base with apple/stable/20190619

    • edit: llvm/include/llvm/TextAPI/MachO/Architecture.h
    • delete: clang/test/Driver/flang/flang_ucase.F90
    • edit: llvm/include/llvm/TextAPI/MachO/InterfaceFile.h
    • delete: clang/test/Driver/flang/flang.f90
    • edit: llvm/unittests/TextAPI/TextStubV1Tests.cpp
    • edit: llvm/lib/TextAPI/MachO/Architecture.cpp
    • edit: llvm/lib/TextAPI/MachO/TextStubCommon.h
    • edit: llvm/lib/TextAPI/CMakeLists.txt
    • edit: llvm/include/llvm/TextAPI/MachO/Symbol.h
    • edit: llvm/include/llvm/TextAPI/MachO/ArchitectureSet.h
    • edit: llvm/unittests/TextAPI/TextStubV2Tests.cpp
    • edit: llvm/lib/TextAPI/MachO/InterfaceFile.cpp
    • edit: libcxx/utils/libcxx/util.py
    • edit: llvm/lib/TextAPI/MachO/TextStubCommon.cpp
    • edit: llvm/lib/TextAPI/MachO/TextStub.cpp
    • edit: llvm/unittests/TextAPI/TextStubV3Tests.cpp
    • edit: llvm/lib/TextAPI/MachO/Symbol.cpp
    • edit: llvm/cmake/modules/LLVMConfig.cmake.in
  • Commit 674f3144cfc0e89cb3a1b6f36bf6cd65657ac1f2 by dexonsmith:
    Fix TAPI content from 2081affa26ed0baa1ad0e5caf022e28c0f0a6400

    • edit: llvm/lib/TextAPI/MachO/TextStubCommon.h
    • edit: llvm/lib/TextAPI/MachO/TextStubCommon.cpp
    • edit: llvm/include/llvm/TextAPI/MachO/Architecture.h
    • edit: llvm/include/llvm/TextAPI/MachO/ArchitectureSet.h
    • edit: llvm/unittests/TextAPI/TextStubV1Tests.cpp
    • edit: llvm/lib/TextAPI/CMakeLists.txt
    • edit: llvm/unittests/TextAPI/TextStubV3Tests.cpp
    • edit: llvm/include/llvm/TextAPI/MachO/Symbol.h
    • edit: llvm/unittests/TextAPI/TextStubV2Tests.cpp
    • edit: llvm/lib/TextAPI/MachO/Architecture.cpp
    • edit: llvm/lib/TextAPI/MachO/TextStub.cpp
    • edit: llvm/lib/TextAPI/MachO/InterfaceFile.cpp
    • edit: llvm/lib/TextAPI/MachO/Symbol.cpp
    • edit: llvm/include/llvm/TextAPI/MachO/InterfaceFile.h
  • Commit d2a2be48cd07c4b796e4e7ffc2b64353f1438637 by ahoppen:
    Only build requested test product if one is specified using

    • edit: Sources/Commands/SwiftTestTool.swift
  • Commit 4cfbe413b0edd638a448e7a5202aaf482d7246b1 by ankit_aggarwal:
    Add Windows as a Supported Platform

    • edit: Tests/PackageLoadingTests/PD5LoadingTests.swift
    • edit: Sources/PackageDescription4/SupportedPlatforms.swift