Headers: mark arm_acle.h with extern "C"
authorSaleem Abdulrasool <compnerd@compnerd.org>
Tue, 8 Jul 2014 05:46:00 +0000 (05:46 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Tue, 8 Jul 2014 05:46:00 +0000 (05:46 +0000)
commit60df0615b692fba3bb75439e101f81185b1fc67b
tree1d2b6ee80a372368b9ef21539ef1860701a6dc81
parent310035a4f99a94752eb4dd25376bba7595c8732e
Headers: mark arm_acle.h with extern "C"

Although the functions are marked as always_inline, the compiler with which they
are used may not honour the extended attributes and emit them as functions.  In
such a case, indicate that they should have extern "C" linkage and should not be
mangled in C++ style if used within C++.

llvm-svn: 212511
clang/lib/Headers/arm_acle.h