Commits

Joe Groff committed 58273118e2f
Runtime: Make the invasive cache pointer in ForeignTypeMetadata atomic. Per review from Dmitri and Greg. We can do relaxed loads (if we miss the store, we'll lock the global hashtable and find the metadata that way), but we need a seq_cst barrier when we store. Swift SVN r23101