[swift-lldb-dev] [Swift CI] Build Failure: 0. OSS - LLDB Incremental - Ubuntu 16.04 (master) #932

Arnold aschwaighofer at apple.com
Tue Dec 20 19:05:08 CST 2016


Me. Sorry. Should be fixed by PR 6425.

Sent from my iPhone

> On Dec 20, 2016, at 4:49 PM, no-reply at swift.org wrote:
> 
> [FAILURE] oss-lldb-incremental-linux-ubuntu-16_04 [#932]
> 
> Build URL:	https://ci.swift.org/job/oss-lldb-incremental-linux-ubuntu-16_04/932/
> Project:	oss-lldb-incremental-linux-ubuntu-16_04
> Date of build:	Tue, 20 Dec 2016 16:00:00 -0800
> Build duration:	49 min
> 
> Changes
> 
> Commit 474e3967d9204e7e48ec59935d6b9b0c931b285d by aschwaighofer:
> Add a entryBB accessor to SILFunction
> 
> edit: include/swift/SIL/SILFunction.h
> 
> Commit b8a3c162e9ecc7d4a2ed9acaf54d35eb9d737e0b by aschwaighofer:
> Change a cl::opt that conflicts once we link llvm passes and sil passes
> 
> edit: test/SILOptimizer/basic-aa.sil
> edit: lib/SILOptimizer/Analysis/AliasAnalysis.cpp
> edit: test/SILOptimizer/mem-behavior.sil
> edit: test/SILOptimizer/typed-access-tb-aa.sil
> 
> Commit cd1037b799402f4d68322011ef1b196f94281cea by aschwaighofer:
> IRGen: Allocate generic/resilient values on the stack instead of on the
> 
> edit: test/IRGen/generic_tuples.swift
> edit: lib/IRGen/GenFunc.cpp
> edit: lib/IRGen/GenOpaque.cpp
> edit: lib/IRGen/NonFixedTypeInfo.h
> edit: lib/IRGen/GenCall.cpp
> edit: lib/IRGen/Address.h
> edit: lib/IRGen/FixedTypeInfo.h
> edit: lib/IRGen/IRGenSIL.cpp
> edit: lib/IRGen/TypeInfo.h
> edit: test/IRGen/enum_resilience.swift
> edit: test/IRGen/fixed_size_buffer_peepholes.sil
> edit: test/IRGen/struct_resilience.swift
> edit: test/IRGen/lifetime.sil
> edit: lib/IRGen/GenOpaque.h
> edit: test/IRGen/generic_casts.swift
> edit: lib/IRGen/GenInit.cpp
> 
> Commit f38c912878d11e3e90e1a0d17abb82a139075300 by aschwaighofer:
> Add support of a IRGen lowering SIL pipeline.
> 
> edit: lib/SILOptimizer/PassManager/PassPipeline.cpp
> add: include/swift/IRGen/IRGenPublic.h
> edit: lib/IRGen/CMakeLists.txt
> edit: include/swift/SILOptimizer/PassManager/Transforms.h
> edit: lib/IRGen/IRGen.cpp
> edit: include/swift/SILOptimizer/PassManager/PassManager.h
> edit: include/swift/SILOptimizer/PassManager/PassPipeline.def
> edit: tools/SourceKit/lib/SwiftLang/CMakeLists.txt
> edit: tools/sil-opt/CMakeLists.txt
> edit: include/swift/SILOptimizer/PassManager/Passes.def
> edit: lib/SILOptimizer/PassManager/PassManager.cpp
> edit: include/swift/SILOptimizer/PassManager/Passes.h
> edit: tools/sil-opt/SILOpt.cpp
> 
> Commit f1c2dcf1fa3803a4e16de194b3a5db30d1ec687a by aschwaighofer:
> Add an alloc_stack hoisting pass.
> 
> edit: test/IRGen/lifetime.sil
> add: lib/IRGen/AllocStackHoisting.cpp
> add: include/swift/IRGen/IRGenSILPasses.h
> edit: test/Runtime/linux-fatal-backtrace.swift
> add: test/SILOptimizer/allocstack_hoisting.sil
> edit: lib/IRGen/NonFixedTypeInfo.h
> edit: lib/SILOptimizer/PassManager/PassPipeline.cpp
> edit: test/IRGen/enum_resilience.swift
> edit: include/swift/SILOptimizer/PassManager/Passes.def
> edit: lib/IRGen/CMakeLists.txt
> edit: include/swift/SILOptimizer/PassManager/Passes.h
> edit: lib/IRGen/IRGen.cpp
> 
> Commit 4773e8911880f9849b711232fc2291b6220836a3 by aschwaighofer:
> Use preprocess macro instead of manually adding IRGen passes.
> 
> edit: lib/IRGen/IRGen.cpp
> 
> Commit a87f34372e9f29c42168648c0a1ad901de9d79ec by aschwaighofer:
> Rename SILFunction::entryBB to getEntryBlock
> 
> edit: lib/IRGen/IRGenSIL.cpp
> edit: lib/IRGen/AllocStackHoisting.cpp
> edit: include/swift/SIL/SILFunction.h
> 
> Commit 3c207ae9368101c35b8745521e656b8482abe00d by eeckstein:
> Mangling: fix de-mangling of ‘MC’
> 
> edit: lib/Basic/Demangler.cpp
> 
> Commit 3014fd5bf6b19b45bd08748e10553b9ddf102a3a by eeckstein:
> Mangling: migrate a change from the old AST mangler to the new one
> 
> edit: lib/AST/ASTMangler.cpp
> 
> Commit 268436aa9dbbce3a212ac963e4dd784aab41e647 by eeckstein:
> Mangling: check if we can de-mangle everything we mangle And don't
> 
> edit: lib/Basic/Mangler.cpp
> 
> Commit 947996ceaf5019c10d8d16130f09f3589929377e by eeckstein:
> Mangling: encode an optional unique ID in the function specialization
> 
> edit: docs/ABI.rst
> edit: include/swift/SILOptimizer/Utils/SpecializationMangler.h
> edit: lib/Basic/Remangler.cpp
> edit: include/swift/Basic/Demangler.h
> edit: lib/Basic/Demangler.cpp
> edit: lib/SILOptimizer/Utils/SpecializationMangler.cpp
> edit: lib/SILOptimizer/Transforms/FunctionSignatureOpts.cpp
> edit: lib/Basic/Mangler.cpp
> 
> Commit a8eec59008d8476def70c039bc904fe8cc9d11b8 by eeckstein:
> Mangling: demangling/remangling of property behavior conformances
> 
> edit: lib/Basic/Demangler.cpp
> edit: lib/Basic/Remangler.cpp
> edit: lib/Basic/Demangle.cpp
> 
> Commit 446a824c5387136ada41fd6c1488588999d43b5f by jordan_rose:
> Don't infer 'dynamic' on accessors in extensions of ObjC classes.
> 
> edit: test/attr/attr_dynamic_infer.swift
> edit: lib/Sema/TypeCheckDecl.cpp
> 
> Commit 2660cfc7d49e015afb7c6d64831793f10913ccdb by jordan_rose:
> Tidy up inference of '@objc' and 'dynamic' for accessors.
> 
> edit: lib/Sema/TypeCheckDecl.cpp
> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-lldb-dev/attachments/20161220/17d7cc02/attachment.html>


More information about the swift-lldb-dev mailing list