Alex_L
(Alex Lorenz)
1
Looks like there's some unrelated issue (not caused by my cherry-picks):
CMake Error at stdlib/public/SwiftShims/CMakeLists.txt:76 (message):
Clang headers were not found in any of the following locations:
/Users/buildnode/jenkins/workspace/oss-swift-4.0-incremental-RA-osx/buildbot_incremental/llvm-macosx-x86_64/./lib/clang/4.0.0;/Users/buildnode/jenkins/workspace/oss-swift-4.0-incremental-RA-osx/buildbot_incremental/llvm-macosx-x86_64/./lib/clang/4.0.0;/Users/buildnode/jenkins/workspace/oss-swift-4.0-incremental-RA-osx/buildbot_incremental/llvm-macosx-x86_64/Release/lib/clang/4.0.0
Could it be because of swift-llvm got the "Bump version to 4.0.1" commit
from the LLVM 4 branch that's auto-merged into swift-llvm? I will try
reverting it.
···
On 24 March 2017 at 11:12, <no-reply@swift.org> wrote:
New issue found!
[FAILURE] oss-swift-4.0-incremental-RA-osx [#28]
Build URL: https://ci.swift.org/job/oss-swift-4.0-incremental-RA-osx/28/
Project: oss-swift-4.0-incremental-RA-osx
Date of build: Fri, 24 Mar 2017 03:59:20 -0700
Build duration: 13 min
Changes
- Commit *f22e9f3eba041f4750bf5746e3c876fbac31f755* by *Alex Lorenz:*
[ObjC][CodeGen] CodeGen support for @available.
- *edit*: lib/CodeGen/CGObjC.cpp
- *add*: test/CodeGenObjC/availability-check.m
- *edit*: lib/CodeGen/CodeGenModule.h
- *edit*: lib/CodeGen/CGExprScalar.cpp
- *edit*: lib/CodeGen/CodeGenFunction.h