[mips] Use __clear_cache builtin instead of cacheflush() in Unix Memory::InvalidateIn...
authorDaniel Sanders <daniel.sanders@imgtec.com>
Tue, 24 Jun 2014 12:26:49 +0000 (12:26 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Tue, 24 Jun 2014 12:26:49 +0000 (12:26 +0000)
commitcf635fad02c1b861708756e34394a050a24e1cc1
treed51233606d74bd573cd67c6b267190da49669ef4
parent4dc8a78b04a66a73e515cf76271b946a5580f012
[mips] Use __clear_cache builtin instead of cacheflush() in Unix Memory::InvalidateInstructionCache()

MIPS64 Android bionic has removed cacheflush(). Use __clear_cache() instead for 32-bit and 64-bit MIPS

Patch by Duane Sand <Duane.Sand@imgtec.com>

llvm-svn: 211588
llvm/lib/Support/Unix/Memory.inc