[llvm-commits] Enhance C bindings with volatile load/store

Chris Lattner clattner at apple.com
Thu Feb 23 15:13:37 PST 2012


On Feb 23, 2012, at 1:14 PM, Yiannis Tsiouris wrote:

> Hey guys,
> 
> I attach a (trivial) patch that adds support for volatile load/store
> through the use of the C bindings. It would be nice if it was committed
> by someone! :-)
> 
> If something is wrong/not acceptable please let me know!

Hi Yiannis,

What do you think of adding a "getVolatile/setVolatile" style of function to the C API instead?  That seems more general purpose.

-Chris



More information about the llvm-commits mailing list