This revision was automatically updated to reflect the committed changes.
Closed by commit rL281766: [libc++] Fix inline attribute for non-MSVC Windows
(authored by smeenai).
Changed prior to commit:
https://reviews.llvm.org/D24678?vs=71680&id=71687#toc
Repository:
rL LLVM
https://reviews.l
EricWF accepted this revision.
EricWF added a comment.
This revision is now accepted and ready to land.
https://reviews.llvm.org/D24678
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commi
smeenai created this revision.
smeenai added reviewers: compnerd, EricWF, mclow.lists.
smeenai added a subscriber: cfe-commits.
gcc and clang in gcc compatibility mode do not accept __forceinline. Use
the gcc attribute for them instead.
https://reviews.llvm.org/D24678
Files:
include/__config