[swift-corelibs-dev] Broken master-next?

Alex Blewitt alblue at apple.com
Mon Dec 5 09:55:31 CST 2016


My pull request failed to build:

https://github.com/apple/swift-corelibs-foundation/pull/733 <https://github.com/apple/swift-corelibs-foundation/pull/733>

The build failure is entirely unrelated to my changes; it looks like whatever point the branch was taken from/built from, the underlying swift implementation is broken:

https://ci.swift.org/job/swift-corelibs-foundation-PR-Linux/455/ <https://ci.swift.org/job/swift-corelibs-foundation-PR-Linux/455/> 

In file included from /home/buildnode/jenkins/workspace/swift-corelibs-foundation-PR-Linux at 2/swift/include/swift/SIL/SILFunction.h:20:
In file included from /home/buildnode/jenkins/workspace/swift-corelibs-foundation-PR-Linux at 2/swift/include/swift/SIL/SILBasicBlock.h:21:
 <>/home/buildnode/jenkins/workspace/swift-corelibs-foundation-PR-Linux at 2/swift/include/swift/SIL/SILInstruction.h:80:16: error: no template named 'ilist_sentinel_traits' in namespace 'llvm'; did you mean 'ilist_sentinel_tracking'?
  friend llvm::ilist_sentinel_traits<SILInstruction>;
         ~~~~~~^~~~~~~~~~~~~~~~~~~~~
               ilist_sentinel_tracking
/home/buildnode/jenkins/workspace/swift-corelibs-foundation-PR-Linux at 2/llvm/include/llvm/ADT/ilist_node_options.h:25:47: note: 'ilist_sentinel_tracking' declared here
template <bool EnableSentinelTracking> struct ilist_sentinel_tracking {};
                                              ^

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-corelibs-dev/attachments/20161205/1556f3dd/attachment.html>


More information about the swift-corelibs-dev mailing list