Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ARM64] Fix __clear_cache - ensure it is predefined. | James Molloy | 2014-04-17 | 1 | -0/+1 |
| | | | | llvm-svn: 206465 | ||||
* | Allow clang to build __clear_cache on ARM. | Rafael Espindola | 2013-06-13 | 1 | -0/+5 |
__clear_cache is special. It needs no signature, but is a real function in compiler_rt or libgcc. Patch by Andrew Turner. llvm-svn: 183926 |