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

Eli Friedman eli.friedman at gmail.com
Sat Jun 5 13:14:54 PDT 2010


On Sat, Jun 5, 2010 at 7:15 AM, Rafael Espindola <espindola at google.com> wrote:
>> 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.

Patch looks fine.

-Eli



More information about the cfe-commits mailing list