]> granicus.if.org Git - clang/commit
[WebAssembly] Set MaxAtomicInlineWidth to 64.
authorDan Gohman <dan433584@gmail.com>
Wed, 7 Jun 2017 02:22:40 +0000 (02:22 +0000)
committerDan Gohman <dan433584@gmail.com>
Wed, 7 Jun 2017 02:22:40 +0000 (02:22 +0000)
commit260b4fb81be86886d2f59664a06a10b7533be194
treedc64631139b68345de02f8404cf83fc992e96957
parent9b57d7271647cb6632eee49463b6fa8406746b28
[WebAssembly] Set MaxAtomicInlineWidth to 64.

The WebAssembly threads proposal has changed such that C++
implementations can now declare that atomics up to 64 bits are
"lock free" in C++'s terms.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@304859 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
test/Preprocessor/init.c