[PATCH] D64496: [compiler-rt][builtins] Provide __clear_cache for SPARC

Rainer Orth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 23 09:30:43 PDT 2019


ro added a comment.

In D64496#1597361 <https://reviews.llvm.org/D64496#1597361>, @jyknight wrote:

> The code you reference in GCC is only for trampolines, while this function is used to implement __builtin___clear_cache. AFAICT GCC is just wrong to implement this as a no-op.


I think you're right: I missed the `__builtin___clear_cache` part on the GCC side.  I'll file a GCC PR for the issue.  Thanks.


Repository:
  rCRT Compiler Runtime

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64496/new/

https://reviews.llvm.org/D64496





More information about the llvm-commits mailing list