[PATCH] Add [extern_c] attribute to _Builtin_intrinsics module

Ben Langmuir blangmuir at apple.com
Tue Jan 13 10:07:40 PST 2015


Hi Richard,

This (tiny) patch adds the [extern_c] attribute to the _Builtin_intrinsics module so that this module can be imported from inside extern “C” {} blocks.  The functions in these headers all appear to be static, so IIUC this shouldn’t change anything for users of these headers.

Ben
-------------- next part --------------
A non-text attachment was scrubbed...
Name: extern_c_builtin.patch
Type: application/octet-stream
Size: 353 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150113/487b7c24/attachment.obj>


More information about the cfe-commits mailing list