[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 14.04 (master) #2480

Report

[FAILURE] oss-swift-package-linux-ubuntu-14_04 [#2480]

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/2480/
Project:
oss-swift-package-linux-ubuntu-14_04
Date of build:
Wed, 07 Nov 2018 16:20:28 -0600
Build duration:
3 hr 36 min

Identified problems:

  • Timeout: This build was marked as FAIL because it timed out.

Changes

  • Commit aa10c6e2bbc1fb9e00906fd29d65f2e011824692 by compnerd:
    swift-reflection-test: preprocess for windows build

    • edit: tools/swift-reflection-test/overrides.h
    • edit: tools/swift-reflection-test/swift-reflection-test.c
    • edit: tools/swift-reflection-test/overrides.c
  • Commit c158106329939388d5899922ee2e8a8f4bbc0507 by aschwaighofer:
    Allow dynamic without @objc in -swift-version 5

    • edit: lib/Sema/TypeCheckDeclObjC.cpp
    • add: test/attr/attr_native_dynamic.swift
    • edit: lib/AST/ASTDumper.cpp
    • edit: lib/SIL/SILDeclRef.cpp
    • edit: lib/SILGen/SILGenPoly.cpp
    • edit: include/swift/Basic/LangOptions.h
    • edit: lib/Sema/TypeCheckDecl.cpp
    • edit: lib/Sema/ResilienceDiagnostics.cpp
    • edit: include/swift/AST/Decl.h
    • edit: lib/AST/Decl.cpp
    • edit: include/swift/AST/StorageImpl.h
    • edit: lib/IRGen/GenMeta.cpp
    • edit: lib/Sema/TypeCheckDeclOverride.cpp
    • edit: lib/SILGen/SILGenThunk.cpp
    • edit: lib/Parse/ParseDecl.cpp
    • edit: lib/SILGen/SILGenFunction.cpp
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Sema/TypeCheckAttr.cpp
    • edit: lib/SILOptimizer/Utils/Local.cpp
    • edit: lib/AST/ASTVerifier.cpp
    • edit: lib/SILGen/SILGenType.cpp
    • edit: include/swift/Option/FrontendOptions.td
    • edit: lib/Sema/CodeSynthesis.cpp
    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: lib/SILGen/SILGenBridging.cpp
  • Commit 5f4e1833028dcf31ab096dc143656545c6bea88d by aschwaighofer:
    Add [dynamically_replacable] to SILFunctions

    • edit: include/swift/SIL/TypeSubstCloner.h
    • edit: include/swift/SIL/SILFunction.h
    • add: test/SILGen/dynamically_replaceable.swift
    • edit: lib/SILOptimizer/FunctionSignatureTransforms/FunctionSignatureOpts.cpp
    • edit: lib/SILOptimizer/IPO/ClosureSpecializer.cpp
    • edit: lib/Serialization/SILFormat.h
    • edit: lib/SIL/SILFunction.cpp
    • edit: test/SIL/Parser/basic.sil
    • edit: lib/SIL/SILDeclRef.cpp
    • edit: lib/SILOptimizer/IPO/EagerSpecializer.cpp
    • edit: lib/SILOptimizer/IPO/CapturePropagation.cpp
    • edit: include/swift/Serialization/ModuleFormat.h
    • edit: lib/Serialization/SerializeSIL.cpp
    • edit: lib/SILOptimizer/FunctionSignatureTransforms/ExistentialTransform.cpp
    • edit: lib/SILOptimizer/Analysis/SideEffectAnalysis.cpp
    • edit: lib/SILOptimizer/Utils/GenericCloner.cpp
    • edit: lib/SILGen/SILGenType.cpp
    • edit: lib/ParseSIL/ParseSIL.cpp
    • edit: include/swift/SIL/SILDeclRef.h
    • edit: lib/SILOptimizer/Transforms/GenericSpecializer.cpp
    • edit: lib/SILGen/SILGen.cpp
    • edit: lib/SILOptimizer/Utils/SILInliner.cpp
    • edit: lib/SILOptimizer/Transforms/AllocBoxToStack.cpp
    • edit: lib/SILOptimizer/Utils/Generics.cpp
    • edit: lib/SILGen/SILGenConstructor.cpp
    • edit: lib/SILGen/SILGenExpr.cpp
    • edit: docs/ABI/Mangling.rst
    • edit: lib/SILOptimizer/Transforms/Outliner.cpp
    • edit: lib/SIL/SILFunctionBuilder.cpp
    • edit: lib/SILOptimizer/IPO/GlobalOpt.cpp
    • edit: lib/SILGen/SILGenThunk.cpp
    • edit: lib/Serialization/DeserializeSIL.cpp
    • edit: include/swift/SIL/SILFunctionBuilder.h
    • edit: lib/ParseSIL/SILParserFunctionBuilder.h
    • edit: lib/SIL/SILPrinter.cpp
    • edit: lib/SILOptimizer/UtilityPasses/BugReducerTester.cpp
    • edit: lib/SILOptimizer/IPO/CapturePromotion.cpp
    • add: test/SIL/Serialization/dynamically_replaceable.sil
    • edit: lib/SILGen/SILGenFunction.cpp
    • edit: lib/Serialization/SILSerializationFunctionBuilder.h
  • Commit ebbe3aed1c7405fdbbc28a0d8b12ddda30e69dc8 by aschwaighofer:
    IRGen: Add implementation for dynamically replaceable functions

    • add: test/IRGen/dynamic_replaceable.sil
    • edit: lib/TBDGen/TBDGen.cpp
    • edit: include/swift/IRGen/Linking.h
    • edit: include/swift/Demangling/DemangleNodes.def
    • edit: docs/ABI/Mangling.rst
    • edit: lib/Demangling/Demangler.cpp
    • edit: lib/Demangling/NodePrinter.cpp
    • edit: lib/IRGen/IRGenModule.cpp
    • edit: lib/IRGen/IRGenSIL.cpp
    • edit: lib/IRGen/GenDecl.cpp
    • edit: lib/Demangling/OldRemangler.cpp
    • edit: lib/IRGen/Linking.cpp
    • edit: lib/Demangling/Remangler.cpp
    • edit: lib/IRGen/IRGenModule.h
  • Commit 7e32c68e1d0c2767b3ff237dfcdf76753f0aa262 by aschwaighofer:
    Add new SIL instruction for calling dynamically_replaceable funtions

    • edit: lib/SILOptimizer/Analysis/BasicCalleeAnalysis.cpp
    • edit: lib/SILOptimizer/Utils/SILSSAUpdater.cpp
    • edit: lib/SILOptimizer/Utils/SILInliner.cpp
    • edit: include/swift/SIL/SILCloner.h
    • edit: lib/SILOptimizer/Analysis/AccessSummaryAnalysis.cpp
    • edit: lib/SILOptimizer/Analysis/ArraySemantic.cpp
    • edit: lib/Serialization/DeserializeSIL.cpp
    • edit: lib/SILOptimizer/Utils/Local.cpp
    • edit: lib/SILOptimizer/Transforms/GenericSpecializer.cpp
    • edit: lib/SIL/SILInstructions.cpp
    • edit: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp
    • edit: lib/SILOptimizer/LoopTransforms/LoopRotate.cpp
    • edit: lib/ParseSIL/ParseSIL.cpp
    • edit: include/swift/SILOptimizer/Utils/Local.h
    • edit: lib/SILOptimizer/Analysis/CallerAnalysis.cpp
    • edit: include/swift/SIL/SILNodes.def
    • edit: lib/SIL/Linker.cpp
    • edit: include/swift/Serialization/ModuleFormat.h
    • edit: lib/SIL/SILVerifier.cpp
    • edit: lib/SIL/TypeLowering.cpp
    • edit: test/SIL/Serialization/dynamically_replaceable.sil
    • edit: lib/SILOptimizer/Analysis/ARCAnalysis.cpp
    • edit: lib/SILOptimizer/Mandatory/GuaranteedARCOpts.cpp
    • edit: include/swift/SIL/SILBuilder.h
    • edit: lib/SIL/OperandOwnership.cpp
    • edit: lib/SILOptimizer/Utils/Devirtualize.cpp
    • edit: lib/IRGen/IRGenSIL.cpp
    • edit: lib/SILOptimizer/FunctionSignatureTransforms/ExistentialTransform.cpp
    • edit: lib/IRGen/LoadableByAddress.cpp
    • edit: lib/SIL/SILInstruction.cpp
    • edit: include/swift/SIL/SILInstruction.h
    • edit: lib/SIL/ValueOwnership.cpp
    • edit: lib/SILOptimizer/IPO/DeadFunctionElimination.cpp
    • edit: include/swift/SIL/ApplySite.h
    • edit: lib/SIL/Linker.h
    • edit: lib/SIL/SILPrinter.cpp
    • edit: lib/Serialization/SerializeSIL.cpp
  • Commit 52c1903e54e286538eab2449cc34d7bfeca5841b by aschwaighofer:
    Add SIL support for [dynamic_replacement_for: ] functions

    • edit: lib/Serialization/SILFormat.h
    • edit: test/SIL/Serialization/dynamically_replaceable.sil
    • edit: include/swift/Serialization/ModuleFormat.h
    • edit: lib/SIL/SILFunction.cpp
    • edit: include/swift/AST/DiagnosticsParse.def
    • edit: lib/SIL/SILPrinter.cpp
    • edit: lib/SIL/SILVerifier.cpp
    • edit: lib/Serialization/DeserializeSIL.cpp
    • edit: lib/Serialization/SerializeSIL.cpp
    • edit: lib/SIL/SILModule.cpp
    • edit: include/swift/SIL/SILFunction.h
    • edit: test/SIL/Parser/basic.sil
    • edit: lib/ParseSIL/ParseSIL.cpp
  • Commit b102c7f6b4551eb8a4fe85da5657da87611ac9bf by aschwaighofer:
    Parser/Sema/SILGen changes for @_dynamicReplacement(for:)

    • edit: include/swift/Serialization/ModuleFormat.h
    • edit: lib/Sema/TypeChecker.h
    • edit: include/swift/AST/Attr.def
    • edit: lib/SILGen/SILGenThunk.cpp
    • add: test/Parse/diagnose_dynamicReplacement.swift
    • edit: test/SILGen/dynamically_replaceable.swift
    • edit: include/swift/AST/DiagnosticsParse.def
    • edit: lib/AST/Attr.cpp
    • edit: utils/gyb_syntax_support/NodeSerializationCodes.py
    • edit: lib/SILGen/SILGenBridging.cpp
    • edit: include/swift/SIL/SILDeclRef.h
    • edit: lib/SILGen/SILGenConstructor.cpp
    • edit: utils/gyb_syntax_support/AttributeNodes.py
    • edit: include/swift/SIL/SILFunctionBuilder.h
    • edit: lib/Sema/TypeCheckDeclOverride.cpp
    • edit: lib/Serialization/Deserialization.cpp
    • edit: lib/IRGen/GenKeyPath.cpp
    • edit: lib/Sema/TypeCheckDecl.cpp
    • edit: lib/Serialization/Serialization.cpp
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/SILGen/LValue.h
    • edit: lib/SILGen/SILGenApply.cpp
    • edit: lib/SILGen/SILGenFunction.h
    • edit: include/swift/AST/Attr.h
    • edit: lib/SILGen/SILGenGlobalVariable.cpp
    • edit: include/swift/Parse/Parser.h
    • edit: lib/AST/ASTDumper.cpp
    • edit: lib/Sema/TypeCheckAttr.cpp
    • edit: lib/Parse/ParseExpr.cpp
    • edit: lib/SIL/SILFunctionBuilder.cpp
    • edit: lib/SILGen/SILGenLValue.cpp
    • edit: lib/SIL/SILDeclRef.cpp
    • edit: lib/SILGen/SILGenBuilder.cpp
    • edit: lib/Parse/ParseDecl.cpp
    • edit: lib/SILGen/SILGenPoly.cpp
  • Commit 152e8db8bb3a2b4b8130abb2c738240de6207612 by aschwaighofer:
    IRGen and runtime implementation for dynamic replacements

    • edit: stdlib/public/runtime/SwiftRT-ELF.cpp
    • edit: lib/IRGen/IRGenSIL.cpp
    • edit: stdlib/public/runtime/ImageInspectionCOFF.cpp
    • add: test/Interpreter/dynamic_replacement.swift
    • edit: lib/IRGen/Linking.cpp
    • edit: stdlib/public/runtime/ImageInspectionMachO.cpp
    • edit: stdlib/public/runtime/ImageInspectionELF.cpp
    • edit: stdlib/public/runtime/SwiftRT-COFF.cpp
    • edit: test/IRGen/dynamic_replaceable.sil
    • edit: stdlib/public/runtime/ImageInspection.h
    • edit: lib/Demangling/Remangler.cpp
    • edit: lib/IRGen/GenDecl.cpp
    • edit: stdlib/public/runtime/MetadataLookup.cpp
    • edit: lib/IRGen/GenObjC.cpp
    • edit: lib/IRGen/GenObjC.h
    • edit: lib/TBDGen/TBDGen.cpp
    • edit: include/swift/ABI/Metadata.h
    • edit: include/swift/Runtime/Metadata.h
    • edit: stdlib/public/runtime/ImageInspectionELF.h
    • edit: include/swift/Runtime/Debug.h
    • add: test/Interpreter/Inputs/dynamic_replacement_module.swift
    • edit: lib/IRGen/IRGen.cpp
    • edit: stdlib/public/runtime/ImageInspectionCOFF.h
    • edit: lib/IRGen/IRGenModule.cpp
    • edit: lib/IRGen/IRGenModule.h
    • edit: include/swift/IRGen/Linking.h
    • edit: lib/Demangling/OldRemangler.cpp
    • edit: stdlib/public/runtime/Errors.cpp
    • edit: include/swift/Demangling/DemangleNodes.def
    • edit: lib/Demangling/Demangler.cpp
    • edit: lib/Demangling/NodePrinter.cpp
  • Commit 89e19693aa0f8d95360ef871413c5b92037461dc by aschwaighofer:
    Cleanups

    • edit: lib/SIL/SILVerifier.cpp
    • edit: lib/AST/ASTDumper.cpp
  • Commit f1b53eb5c19f5f7cab1d3b9e3f0bd4fa6f33b0b8 by aschwaighofer:
    Add artificial debug information to dispatch thunk.

    • edit: lib/IRGen/GenDecl.cpp
  • Commit c77da027c741c4e98702352e98ea8790fe834eaf by aschwaighofer:
    Attemp to fix python lint errors

    • edit: utils/gyb_syntax_support/AttributeNodes.py
  • Commit 555414a3acf59ffbc4262d14825240b03eea6173 by aqamoss3fan2010:
    [Tests] Add tests for unary operators on tuples

    • edit: test/decl/func/operator.swift
  • Commit cf2eb2115eaf63e57759ecc4aeffe929acb48f11 by aschwaighofer:
    Fix python indentation for real

    • edit: utils/gyb_syntax_support/AttributeNodes.py
  • Commit 2cc250c9ab6e7246693a8970baf286ed6e1c3fc6 by atrick:
    Make AccessEnforcementOpts more conservative for builtins.

    • edit: lib/SILOptimizer/Transforms/AccessEnforcementReleaseSinking.cpp
  • Commit 50bd37b49a5a59de419c61ad1c1338163eb26e6b by klorentey:
    [stdlib] Eliminate _HasherCore protocol

    • edit: stdlib/public/core/Hasher.swift
    • edit: stdlib/public/core/SipHash.swift
  • Commit 825ac93f17654b2ba86e40a3058bba41b75bb7a8 by klorentey:
    [test] Describe ABI changes

    • edit: test/api-digester/Outputs/stability-stdlib-abi.swift.expected
  • Commit fff13330d545b914d069aad0ef9fab2b4456cbdd by aschwaighofer:
    Adjust test for 32bit

    • edit: test/IRGen/dynamic_replaceable.sil
  • Commit 43f3431d9ffd0cc697618076f27819e053fcb2b5 by klorentey:
    [stdlib] Fix 32-bit oversight

    • edit: stdlib/public/core/Hasher.swift
  • Commit 614cb48b63f29325e5b7aee267602c2c27f1a3c6 by dave:
    [AST] AssociatedTypeDecls cannot override itself

    • edit: lib/AST/Decl.cpp
  • Commit bc239d37a2a757c282627b238cd9dab20713eb64 by dgregor:
    [Runtime] Use the Swift calling convention for

    • edit: include/swift/Runtime/Metadata.h
    • edit: test/IRGen/generic_structs.sil
    • edit: test/IRGen/associated_types.swift
    • edit: test/IRGen/protocol_resilience_descriptors.swift
    • edit: include/swift/ABI/Metadata.h
    • edit: include/swift/Runtime/RuntimeFunctions.def
  • Commit 83e162219d5d0eeba2cac83de78770c15dbb8869 by compnerd:
    build: add a dependency target for non-stdlib builds

    • edit: stdlib/public/Reflection/CMakeLists.txt
  • Commit 0e2f74a6637b2ab371a285698717e3808bdf153b by github:
    [ParseableInterface] Skip extensions with non-public constraints

    • edit: lib/AST/ASTPrinter.cpp
    • edit: test/ParseableInterface/access-filter.swift
  • Commit 0bf65f102d90959d4c7bc33505ffbb7951a4218b by github:
    Verify that a GenericTypeParamDecl's depth and index are correct

    • edit: lib/AST/ASTVerifier.cpp
  • Commit a66e769b84b9fecc081ee8c7ea121543070d965e by github:
    [Benchmarks] Add a whole lot more benchmarks for Data (#20396)

    • edit: benchmark/single-source/DataBenchmarks.swift
  • Commit ffcbe70e90863faf8b903c09de29ca44fa73b383 by mark.lacey:
    [ConstraintSystem] Fix crash due to not all literal protocols having

    • edit: lib/Sema/CSSolver.cpp
    • add: test/Constraints/add_with_nil.swift
  • Commit 8c7f611d6c2dfd46688773b88c6f57ef3dc944e5 by aprantl:
    Fix test to use the build dir instead of the source dir for build

    • edit: packages/Python/lldbsuite/test/lang/swift/objc_runtime_ivars/Makefile
  • Commit 7c1abcc2ca0ed1dbbfa74e132735783b4a46ba7b by aprantl:
    Fix testcase to not write build artifacts into the src dir

    • edit: packages/Python/lldbsuite/test/lang/swift/module_search_paths/Makefile
    • edit: packages/Python/lldbsuite/test/lang/swift/module_search_paths/TestSwiftModuleSearchPaths.py
  • Commit 331fafaf164cadfce2d388d2e44c8f529cc9b374 by aprantl:
    Refactor SwiftASTContext::GetResourceDir() to make it testable and fix a

    • edit: source/Symbol/SwiftASTContext.cpp
    • edit: unittests/Symbol/CMakeLists.txt
    • edit: include/lldb/Symbol/SwiftASTContext.h
    • add: unittests/Symbol/TestSwiftASTContext.cpp
  • Commit 3a602afa4782e72517ab98ce1fa24634fa4ac8e9 by aprantl:
    Remove Go debugger plugin

    • delete: source/Plugins/LanguageRuntime/Go/GoLanguageRuntime.h
    • delete: source/Plugins/ExpressionParser/Go/GoUserExpression.h
    • delete: packages/Python/lldbsuite/test/lang/go/formatters/TestGoFormatters.py
    • edit: packages/Python/lldbsuite/test/settings/TestSettings.py
    • edit: source/Plugins/Language/CMakeLists.txt
    • delete: source/Plugins/ExpressionParser/Go/GoLexer.cpp
    • delete: source/Plugins/SymbolFile/DWARF/DWARFASTParserGo.h
    • delete: packages/Python/lldbsuite/test/lang/go/expressions/main.go
    • delete: packages/Python/lldbsuite/test/lang/go/goroutines/TestGoroutines.py
    • edit: tools/lldb-test/SystemInitializerTest.cpp
    • delete: source/Plugins/Language/Go/GoFormatterFunctions.cpp
    • delete: source/Plugins/ExpressionParser/Go/GoAST.h
    • edit: source/Plugins/OperatingSystem/CMakeLists.txt
    • edit: source/Plugins/LanguageRuntime/CMakeLists.txt
    • delete: packages/Python/lldbsuite/test/lang/go/types/main.go
    • delete: source/Plugins/Language/Go/GoLanguage.h
    • delete: source/Plugins/ExpressionParser/Go/GoParser.cpp
    • delete: packages/Python/lldbsuite/test/lang/go/formatters/main.go
    • delete: source/Plugins/SymbolFile/DWARF/DWARFASTParserGo.cpp
    • edit: source/Symbol/CMakeLists.txt
    • delete: source/Plugins/Language/Go/GoFormatterFunctions.h
    • edit: include/lldb/Symbol/TypeSystem.h
    • edit: unittests/Symbol/TestClangASTContext.cpp
    • edit: source/Plugins/ExpressionParser/CMakeLists.txt
    • delete: source/Plugins/OperatingSystem/Go/CMakeLists.txt
    • edit: source/Initialization/SystemInitializerCommon.cpp
    • delete: source/Plugins/Language/Go/GoLanguage.cpp
    • delete: source/Plugins/ExpressionParser/Go/GoParser.h
    • delete: source/Plugins/LanguageRuntime/Go/GoLanguageRuntime.cpp
    • edit: unittests/Language/Highlighting/CMakeLists.txt
    • delete: packages/Python/lldbsuite/test/lang/go/runtime/main.go
    • delete: source/Plugins/ExpressionParser/Go/GoLexer.h
    • delete: source/Plugins/LanguageRuntime/Go/CMakeLists.txt
    • edit: source/API/SystemInitializerFull.cpp
    • delete: packages/Python/lldbsuite/test/lang/go/expressions/TestExpressions.py
    • edit: include/lldb/lldb-forward.h
    • delete: include/lldb/Symbol/GoASTContext.h
    • delete: packages/Python/lldbsuite/test/lang/go/goroutines/main.go
    • edit: unittests/Language/Highlighting/HighlighterTest.cpp
    • edit: packages/Python/lldbsuite/test/lldbtest.py
    • delete: unittests/Expression/GoParserTest.cpp
    • edit: unittests/Expression/CMakeLists.txt
    • delete: source/Plugins/Language/Go/CMakeLists.txt
    • edit: packages/Python/lldbsuite/test/decorators.py
    • delete: source/Plugins/ExpressionParser/Go/GoUserExpression.cpp
    • edit: source/Plugins/SymbolFile/DWARF/CMakeLists.txt
    • delete: source/Plugins/OperatingSystem/Go/OperatingSystemGo.cpp
    • delete: packages/Python/lldbsuite/test/lang/go/runtime/TestGoLanguageRuntime
    • delete: source/Plugins/ExpressionParser/Go/CMakeLists.txt
    • delete: packages/Python/lldbsuite/test/lang/go/types/TestGoASTContext.py
    • delete: source/Symbol/GoASTContext.cpp
    • delete: source/Plugins/ExpressionParser/Go/gen_go_ast.py
    • delete: source/Plugins/OperatingSystem/Go/OperatingSystemGo.h
  • Commit ad151a3a87d6c518c2fe9a86878e39b9d6202cc6 by aprantl:
    Remove Java debugger plugin

    • edit: source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
    • delete: source/Plugins/LanguageRuntime/Java/JavaLanguageRuntime.cpp
    • edit: tools/lldb-test/SystemInitializerTest.cpp
    • delete: source/Plugins/Language/Java/JavaLanguage.cpp
    • delete: source/Plugins/SymbolFile/DWARF/DWARFASTParserJava.h
    • edit: source/Plugins/SymbolFile/DWARF/CMakeLists.txt
    • delete: source/Plugins/SymbolFile/DWARF/DWARFASTParserJava.cpp
    • delete: source/Plugins/LanguageRuntime/Java/JavaLanguageRuntime.h
    • delete: source/Plugins/Language/Java/JavaFormatterFunctions.h
    • edit: source/Plugins/Language/CMakeLists.txt
    • edit: source/API/SystemInitializerFull.cpp
    • edit: source/Symbol/CMakeLists.txt
    • delete: source/Symbol/JavaASTContext.cpp
    • delete: source/Plugins/Language/Java/JavaFormatterFunctions.cpp
    • delete: source/Plugins/Language/Java/JavaLanguage.h
    • delete: source/Plugins/LanguageRuntime/Java/CMakeLists.txt
    • edit: include/lldb/Symbol/TypeSystem.h
    • delete: source/Plugins/Language/Java/CMakeLists.txt
    • edit: source/Plugins/LanguageRuntime/CMakeLists.txt
    • edit: unittests/Language/Highlighting/CMakeLists.txt
    • edit: unittests/Language/Highlighting/HighlighterTest.cpp
  • Commit 5615a66adcd37fadefca3958cfea8174511b92f8 by aprantl:
    Remove OCaml debugger plugin

    • delete: source/Symbol/OCamlASTContext.cpp
    • delete: source/Plugins/Language/OCaml/OCamlLanguage.h
    • edit: source/API/SystemInitializerFull.cpp
    • edit: source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
    • edit: tools/lldb-test/SystemInitializerTest.cpp
    • delete: source/Plugins/SymbolFile/DWARF/DWARFASTParserOCaml.h
    • delete: source/Plugins/Language/OCaml/CMakeLists.txt
    • delete: source/Plugins/Language/OCaml/OCamlLanguage.cpp
    • edit: source/Plugins/SymbolFile/DWARF/CMakeLists.txt
    • edit: unittests/Language/Highlighting/CMakeLists.txt
    • delete: include/lldb/Symbol/OCamlASTContext.h
    • delete: source/Plugins/SymbolFile/DWARF/DWARFASTParserOCaml.cpp
    • edit: source/Plugins/Language/CMakeLists.txt
    • edit: unittests/Language/Highlighting/HighlighterTest.cpp
    • edit: source/Symbol/CMakeLists.txt
  • Commit f6be54656e9fc01a842a9686916730381d16825e by aprantl:
    Fix the Xcode project for the removal of the Go, Java & OCaml plugins.

    • edit: lldb.xcodeproj/project.pbxproj
  • Commit 413823be7f3166b3e9ba7f1aa9d75bd739f8cbe6 by aprantl:
    Fix (and improve) the support for C99 variable length array types.

    • edit: source/Core/ValueObjectCast.cpp
    • edit: source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h
    • edit: source/Symbol/ClangASTContext.cpp
    • add: packages/Python/lldbsuite/test/lang/c/vla/Makefile
    • edit: source/Core/ValueObjectRegister.cpp
    • edit: source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
    • edit: source/Target/SwiftLanguageRuntime.cpp
    • edit: source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
    • edit: source/Core/ValueObjectVariable.cpp
    • edit: source/Plugins/Language/CPlusPlus/BlockPointer.cpp
    • edit: source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
    • edit: include/lldb/Symbol/SymbolFile.h
    • add: packages/Python/lldbsuite/test/lang/c/vla/main.c
    • edit: source/Core/ValueObjectDynamicValue.cpp
    • edit: source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
    • edit: include/lldb/Symbol/CompilerType.h
    • edit: source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h
    • edit: source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
    • edit: source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
    • edit: source/Plugins/SymbolFile/PDB/SymbolFilePDB.h
    • edit: source/Plugins/SymbolFile/DWARF/DWARFASTParser.h
    • edit: source/Core/ValueObjectConstResult.cpp
    • edit: source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
    • edit: source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
    • edit: include/lldb/Symbol/ClangASTContext.h
    • edit: source/Symbol/Type.cpp
    • edit: include/lldb/Symbol/SwiftASTContext.h
    • edit: source/Symbol/Variable.cpp
    • edit: source/Symbol/SwiftASTContext.cpp
    • edit: source/Core/ValueObjectMemory.cpp
    • edit: source/Symbol/CompilerType.cpp
    • add: packages/Python/lldbsuite/test/lang/c/vla/TestVLA.py
    • edit: source/Core/ValueObjectChild.cpp
    • edit: include/lldb/Symbol/TypeSystem.h