mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Serialization: Move the distribution channel to the end of the control block enum
This commit is contained in:
@@ -836,9 +836,9 @@ void Serializer::writeBlockInfoBlock() {
|
||||
BLOCK_RECORD(control_block, SDK_NAME);
|
||||
BLOCK_RECORD(control_block, SDK_VERSION);
|
||||
BLOCK_RECORD(control_block, REVISION);
|
||||
BLOCK_RECORD(control_block, CHANNEL);
|
||||
BLOCK_RECORD(control_block, IS_OSSA);
|
||||
BLOCK_RECORD(control_block, ALLOWABLE_CLIENT_NAME);
|
||||
BLOCK_RECORD(control_block, CHANNEL);
|
||||
|
||||
BLOCK(OPTIONS_BLOCK);
|
||||
BLOCK_RECORD(options_block, SDK_PATH);
|
||||
|
||||
Reference in New Issue
Block a user