Commits

Michael Gottesman committed fafe76240e3
[external-witnesstables] Store the entries of a witness table in bump-ptr allocated memory referenced via an ArrayRef instead of a tail allocated array. This will enable the creation of external witness tables whose entries can be initialized after the witness table itself has been constructed. This can occur if the table is deserialized later from a different module. Swift SVN r14715