commit | d14c2c01392ded46ae2bc16aa6f08ab2594cc65c | [log] [tgz] |
---|---|---|
author | Saleem Abdulrasool <compnerd@compnerd.org> | Wed Sep 07 22:59:54 2016 +0000 |
committer | Saleem Abdulrasool <compnerd@compnerd.org> | Wed Sep 07 22:59:54 2016 +0000 |
tree | 482909159cf1ff8ac31009bdb44ab17fe4fc04ab | |
parent | 3989c9f96f73d8ac99a5597d5de8ca6687769a82 [diff] |
builtins: make sure that flags is setup properly for __clear_cache On Linux ARM, the syscall will take 3 arguments (start, end, flags). Ensure that we do not pass garbage to the flags, which can cause the cacheflush call to fail, and therefore cause an abort at runtime. llvm-svn: 280877