swift-ci
(Swift CI)
1
# [FAILURE] oss-swift-rebranch-incremental-RA-linux-ubuntu-16_04 [#239]
Build URL: https://ci.swift.org/job/oss-swift-rebranch-incremental-RA-linux-ubuntu-16_04/239/
Project: oss-swift-rebranch-incremental-RA-linux-ubuntu-16_04
Date of build: Mon, 01 Feb 2021 00:50:31 -0600
Build duration: 52 min
Identified problems:- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Changes- Commit ff8845ece05b8bef66814e62637f25a2771a0d98 by mgottesman:
[capture-promotion] Move to ./lib/SILOptimizer/{IPO,Mandatory}.
-
edit: lib/SILOptimizer/Mandatory/CMakeLists.txt
-
add: lib/SILOptimizer/Mandatory/CapturePromotion.cpp
-
delete: lib/SILOptimizer/IPO/CapturePromotion.cpp
-
edit: lib/SILOptimizer/IPO/CMakeLists.txt
-
Commit e9f9918c9275fdbfc4b64f67a108ba5cb9c4375b by mgottesman:
[capture-promotion] Move each of the underlying parts of capture promotion into separate sections instead of having them all mixed together.
-
edit: lib/SILOptimizer/Mandatory/CapturePromotion.cpp