[libc++] Fix inline attribute for non-MSVC Windows
authorShoaib Meenai <smeenai@fb.com>
Fri, 16 Sep 2016 19:12:54 +0000 (19:12 +0000)
committerShoaib Meenai <smeenai@fb.com>
Fri, 16 Sep 2016 19:12:54 +0000 (19:12 +0000)
commit3b33938c05f1e402f226038f2861e7cce9a5c7fd
tree0fc3a1aa4e3d2e91c41c8bbdbd42fe073f7a99c9
parente04c274e3576616b54682858f2f5611ef444087b
[libc++] Fix inline attribute for non-MSVC Windows

gcc and clang in gcc compatibility mode do not accept __forceinline. Use
the gcc attribute for them instead.

Differential Revision: https://reviews.llvm.org/D24678

llvm-svn: 281766
libcxx/include/__config