[cfe-commits] [patch] Implement __clear_cache on ARM

Rafael Espindola espindola at google.com
Sat Jun 5 07:15:34 PDT 2010


> CodeGenModule::CreateRuntimeFunction is the public API for that; and
> actually, I think explicitly building the function pointer using it
> would be better than depending on the declaration of the builtin, to
> call attention to the fact that it's a libgcc call rather than an
> ordinary library call.

Interesting. I was avoiding that function because it was not reusing
the decl, but in this case this is OK as we know we will don't have a
definition.

A new patch is attached.

> -Eli
>

Cheers,
-- 
Rafael Ávila de Espíndola
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clear_cache.patch
Type: application/octet-stream
Size: 1462 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100605/260e660b/attachment.obj>


More information about the cfe-commits mailing list