Commits

Joe Groff committed 763ce971939
Runtime: Tighten up barriers in foreign type metadata. When there's no init function, we can do relaxed loads and stores, because the metadata record will not change in the course of canonicalization. However, if there is initialization, we need to do a release-consume in order to ensure the initialization is visible to readers. Swift SVN r23119