You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since commit 3469797 changed to build libdispatch for SourceKit with the
host compiler, we now require a clang with builtin `__builtin_add_overflow`.
Since Ubuntu 14 repositories have a clang that supports this update our
build instructions to use it.
Resolves [SR-8925](https://bugs.swift.org/browse/SR-8925).
Copy file name to clipboardExpand all lines: docs/Ubuntu14.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,11 @@
3
3
## Upgrade Clang
4
4
You'll need to upgrade your clang compiler for C++14 support and create a symlink. The minimum required version of clang may change, and may not be available on Ubuntu 14.04 in the future.
0 commit comments