[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)
commit2523346594d27d262ede0e48b861214a313660cf
treef64d4ead13899993373cca75820e51bad2adccd5
parent0e6156a1a2579fdb1dfc139bf09caf5a930a4052
[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>

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