Revert "Update master to build with Xcode 8 beta 3, OS X 10.12, iOS 10, tvOS 10, and watchOS 3 SDKs."

This reverts commit 62d1fa760c.
This commit is contained in:
Luke Larson
2016-07-19 15:18:17 -07:00
parent 4fa5877f4f
commit 74e0498015
92 changed files with 1253 additions and 1005 deletions

View File

@@ -53,7 +53,7 @@ const uint16_t VERSION_MAJOR = 0;
/// in source control, you should also update the comment to briefly
/// describe what change you made. The content of this comment isn't important;
/// it just ensures a conflict if two people change the module format.
const uint16_t VERSION_MINOR = 254; // Last change: remove tuple default args
const uint16_t VERSION_MINOR = 255; // Last change: bind_memory instruction
using DeclID = PointerEmbeddedInt<unsigned, 31>;
using DeclIDField = BCFixed<31>;