]> granicus.if.org Git - clang/commit
Fix test/CodeGen/atomic_ops.c failure on clang-cmake-mips builder (and others).
authorDaniel Sanders <daniel.sanders@imgtec.com>
Wed, 18 Feb 2015 15:08:37 +0000 (15:08 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Wed, 18 Feb 2015 15:08:37 +0000 (15:08 +0000)
commit2ce94e81cb76cae42cbb65084c035fb31ce8e13b
treeaf3c7ad5809180f5e615bcd5e8c30a07562cf600
parent9b60f0a82b4d864e61fedf803be8a77e7be53b2c
Fix test/CodeGen/atomic_ops.c failure on clang-cmake-mips builder (and others).

Not all targets generate 'store atomic' instructions for
'_Atomic(_Complex int)'. Some targets use the __atomic_store builtin instead.

This commit makes the test accept either one.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@229676 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/atomic_ops.c