Declare __clear_cache.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 14 May 2013 13:02:37 +0000 (13:02 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 14 May 2013 13:02:37 +0000 (13:02 +0000)
commit15cf700b415f6477fa4152904b8e28cfa501d206
tree759e91af82ac7f409cd4eaf0d3c170951a16e0e5
parentc3b20c260ee17a66c6306f81293c75681d8ea0aa
Declare __clear_cache.

GCC declares __clear_cache in the gnu modes (-std=gnu++98,
-std=gnu++11), but not in the strict modes (-std=c++98, -std=c++11). This patch
declares it and therefore fixes the build when using one of the strict modes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181785 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Unix/Memory.inc