Also expose getters and setters in the C API, so that the change can be tested.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D18260
Expose IRBuilder::CreateAtomicCmpXchg as LLVMBuildAtomicCmpXchg in the C API. ClosedPublic Authored by bnieuwenhuizen on Mar 17 2016, 6:41 PM.
Details Summary Also expose getters and setters in the C API, so that the change can be tested.
Diff Detail Event Timelinebnieuwenhuizen retitled this revision from to Expose IRBuilder::CreateAtomicCmpXchg as LLVMBuildAtomicCmpXchg in the C API.. bnieuwenhuizen updated this object. This revision is now accepted and ready to land.Mar 19 2016, 1:51 PM
Revision Contents
Diff 51007 include/llvm-c/Core.h
lib/IR/Core.cpp
test/Bindings/llvm-c/atomics.ll
tools/llvm-c-test/echo.cpp
|
Returning a bool, I'd prefix it isXXX instead of getXXX