commit | f3091323bdada97b36b75853945cc40ab947c5ab | [log] [tgz] |
---|---|---|
author | Chris Bieneman <[email protected]> | Tue Jul 26 00:47:52 2016 |
committer | Chris Bieneman <[email protected]> | Tue Jul 26 00:47:52 2016 |
tree | 8b8d618105d9dbe92b6c0414eac9d5794855f90e | |
parent | 29c5a2a9b7fb1a55b01a56b2380b3dfb4af52a54 [diff] |
[CMake] Updating Xcode Toolchain creation to support Xcode 7 Recent changes to Xcode have changed the structure of Xcode toolchains. This patch makes the xcode-toolchain goop construct a new-format Xcode toolchain that is compatible with Xcode 7. The new format has a compatibility version key, so when a new format comes out we can support multiple formats in parallel. llvm-svn: 276718