Commits

Joe Groff committed 6f47a4a51b7
Fix bug in runtime test for installCommonValueWitnesses_pod_indirect. It didn't properly set "withInlineStorage(false)" on the test value witness table, causing it to pick direct-storage value witnesses that overflow a fixed-size buffer and crash on the ASan bot. Fix the test, and add a check for a canary that fails even without ASan. Swift SVN r30462