Produce direct calls instead of alias to linkonce_odr functions
Rafael EspĂndola
rafael.espindola at gmail.com
Tue Nov 5 13:38:45 PST 2013
On 5 November 2013 13:23, Reid Kleckner <rnk at google.com> wrote:
> Looks good, I'm fairly confident this will DTRT.
>
> As a followup someone should remove the hack at the top of
> GetAddrOfCXXDestructor.
>
> + typedef llvm::StringMap<llvm::TrackingVH<llvm::Constant> >
> ReplacemensType;
> + ReplacemensType Replacements;
>
> typo
>
> Do we prefer Type or Ty for typedefs?
>
Ty, by a bit:
$ git grep typedef.*Type\; | wc
115 525 9233
$ git grep typedef.*Ty\; | wc
220 1166 21253
I will update before committing.
Cheers,
Rafael
More information about the cfe-commits
mailing list