]> granicus.if.org Git - clang/commit
[WebAssembly] Temporarily disable bulk-memory with -pthread
authorThomas Lively <tlively@google.com>
Sat, 2 Mar 2019 00:18:09 +0000 (00:18 +0000)
committerThomas Lively <tlively@google.com>
Sat, 2 Mar 2019 00:18:09 +0000 (00:18 +0000)
commit53ab562266c8359aa7e6aefa994443059366bd85
treea349decde36f9929e365f344e23514a54357fa56
parent8302be4db4e454f45deae6fa8a470db7bc3495d0
[WebAssembly] Temporarily disable bulk-memory with -pthread

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.

Reviewers: sbc100

Subscribers: dschuff, jgravelle-google, aheejin, sunfish, jfb, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D58854

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@355248 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains/WebAssembly.cpp
test/Driver/wasm-toolchain.c
test/Preprocessor/wasm-target-features.c