This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Temporarily disable bulk-memory with -pthread
ClosedPublic

Authored by tlively on Mar 1 2019, 4:12 PM.

Details

Summary

To prevent the instability of bulk-memory in the wasm backend from
blocking separate pthread testing, temporarily remove the logic that
adds -mbulk-memory in the presence of -pthread. Since browsers will
ship bulk memory before or alongside threads, this change will be
reverted as soon as bulk memory has stabilized in the backend.

Diff Detail

Repository
rC Clang

Event Timeline

tlively created this revision.Mar 1 2019, 4:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 1 2019, 4:13 PM
aheejin accepted this revision.Mar 1 2019, 4:15 PM
This revision is now accepted and ready to land.Mar 1 2019, 4:15 PM
This revision was automatically updated to reflect the committed changes.