Open 6d44b555-049a-4a81-86f1-5537312bcad6 opened 6 years ago
cc @compnerd @belkadan
This happens in the SourceKit section of the build
Updating clang to 3.9 fixes the issue: https://github.com/apple/swift/pull/19735
It looks like CI is now using Clang 7.0.0 to build Swift. Should we document that as the minimum requirement? @belkadan
Environment
$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.04.5 LTS Release: 14.04 Codename: trusty $ clang --version Ubuntu clang version 3.6.0-2ubuntu1\~trusty2 (tags/RELEASE_360/final) (based on LLVM 3.6.0) Target: x86_64-pc-linux-gnu Thread model: posixAdditional Detail from JIRA
| | | |------------------|-----------------| |Votes | 0 | |Component/s | libdispatch | |Labels | Bug, CMake, Linux | |Assignee | None | |Priority | Medium | md5: cdb05afb8862e6d925dbe1649eb809c7Issue Description:
On Ubuntu 14.04 the host compiler recommended to build swift can't build libdispatch. This results in the error below. Presumably we were using the freshly-built toolchain compiler to build dispatch before.