[lld] r252790 - Add support for processing .eh_frame.
Rafael EspĂndola via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 10 05:25:25 PST 2016
On 9 February 2016 at 19:42, Rui Ueyama <ruiu at google.com> wrote:
> Why did you use personality function names instead of SymbolBody pointers to
> personality functions? In order to uniquify something by functions, pointer
> comparison is faster (and probably more straightforward in the LLD
> architecture) than string comparison.
I can't think of any reason right now. It was probably just a mistake.
Fixed in r260380.
Cheers,
Rafael
More information about the llvm-commits
mailing list