[pre-specializations] Update the whitelist to match the recent stdlib's re-factoring.

Fix for a test failure reported in rdar://25664645.
This commit is contained in:
Roman Levenstein
2016-04-13 14:03:12 -07:00
parent e4f0338b40
commit 932108b073
2 changed files with 17 additions and 5 deletions

View File

@@ -574,6 +574,18 @@ bool swift::isWhitelistedSpecialization(StringRef SpecName) {
"_ContiguousArrayBuffer",
"Range",
"RangeIterator",
"CountableRange",
"CountableRangeIterator",
"ClosedRange",
"ClosedRangeIterator",
"CountableClosedRange",
"CountableClosedRangeIterator",
"IndexingIterator",
"Collection",
"MutableCollection",
"BidirectionalCollection",
"RandomAccessCollection",
"RangeReplaceableCollection",
"_allocateUninitializedArray",
"UTF8",
"UTF16",