[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #8383

"Slave went offline during the build". Not our fault. :-)

Jordan

···

On Feb 14, 2017, at 14:41, no-reply@swift.org wrote:

[FAILURE] oss-swift-incremental-RA-osx [#8383]

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-osx/8383/
Project: oss-swift-incremental-RA-osx
Date of build: Tue, 14 Feb 2017 14:30:57 -0800
Build duration: 10 min

Changes

Commit e98098b121117a6cbde380085a5cd8cff2b0f7c9 by t.p.northover:
GlobalISel: introduce G_PTR_MASK to simplify alloca handling.

edit: lib/CodeGen/GlobalISel/IRTranslator.cpp
edit: include/llvm/Target/GenericOpcodes.td
edit: test/CodeGen/AArch64/GlobalISel/dynamic-alloca.ll
edit: include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
edit: lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
edit: include/llvm/Target/TargetOpcodes.def

Commit 9ed557a24509eeb05b2aa6d1d520b2be587813a7 by t.p.northover:
GlobalISel: deal with new G_PTR_MASK instruction on AArch64.

edit: test/CodeGen/AArch64/GlobalISel/arm64-instructionselect.mir
edit: lib/Target/AArch64/AArch64LegalizerInfo.cpp
edit: lib/Target/AArch64/AArch64InstructionSelector.cpp

Commit 9747214e92d6a99cc28d47fe9b9638aae553e854 by mgottesman:
[silgen] Refactor WritebackScope functionality into a new

edit: lib/SILGen/SILGenApply.cpp
edit: lib/SILGen/SILGenExpr.cpp
edit: lib/SILGen/CMakeLists.txt
add: lib/SILGen/FormalEvaluation.cpp
edit: lib/SILGen/SILGenLValue.cpp
edit: lib/SILGen/SILGenConvert.cpp
edit: lib/SILGen/SILGenConstructor.cpp
edit: lib/SILGen/SILGenForeignError.cpp
edit: lib/SILGen/SILGenFunction.h
add: lib/SILGen/FormalEvaluation.h
edit: lib/SILGen/LValue.h
edit: lib/SILGen/SILGenFunction.cpp

Commit 906763f545043b534ae3b52111d12988c515a681 by mgottesman:
[silgen] Add a SILGenFunction & argument to Cleanup::dump().

edit: lib/SILGen/SILGenApply.cpp
edit: lib/SILGen/SILGenStmt.cpp
edit: lib/SILGen/Cleanup.cpp
edit: lib/SILGen/Cleanup.h
edit: lib/SILGen/SILGenProlog.cpp
edit: lib/SILGen/SILGenDecl.cpp
edit: lib/SILGen/SILGenMaterializeForSet.cpp
edit: lib/SILGen/SILGenLValue.cpp

Commit 055da1fbfbac91c8bebe830de2a7d0dc5e9a0cc7 by xi_ge:
[SourceKit] Teach name translation request to translate Swift names to

edit: include/swift/AST/Decl.h
edit: include/swift/PrintAsObjC/PrintAsObjC.h
edit: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp
edit: lib/PrintAsObjC/PrintAsObjC.cpp
edit: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp
edit: include/swift/AST/Identifier.h
edit: tools/SourceKit/lib/SwiftLang/CMakeLists.txt
edit: lib/AST/Decl.cpp
add: test/SourceKit/NameTranslation/swiftnames.swift
edit: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp