[PATCH] D18260: Expose IRBuilder::CreateAtomicCmpXchg as LLVMBuildAtomicCmpXchg in the C API.

Bas Nieuwenhuizen via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 17 18:41:11 PDT 2016


bnieuwenhuizen created this revision.
bnieuwenhuizen added reviewers: nhaehnle, axw, joker.eph.
bnieuwenhuizen added a subscriber: llvm-commits.

Also expose getters and setters in the C API, so that the change can be tested.

http://reviews.llvm.org/D18260

Files:
  include/llvm-c/Core.h
  lib/IR/Core.cpp
  test/Bindings/llvm-c/atomics.ll
  tools/llvm-c-test/echo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18260.51007.patch
Type: text/x-patch
Size: 5279 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160318/10f66b10/attachment.bin>


More information about the llvm-commits mailing list