K 10 svn:author V 6 andrew K 8 svn:date V 27 2013-06-15T12:13:22.552761Z K 7 svn:log V 277 Pull in r183926 from LLVM trunk: Allow clang to build __clear_cache on ARM. __clear_cache is special. It needs no signature, but is a real function in compiler_rt or libgcc. Patch by Andrew Turner. This allows us to build the __clear_cache function in compiler-rt. END