[PATCH] D14676: [RuntimeDyld] Don't allocate unnecessary stub buffer space

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 21 02:34:55 PST 2015


lhames added a comment.

Hi Sanjoy,

Sorry for the delay in reviewing this - I'm still out on vacation for another week.

I think relocationNeedsStub should be a virtual function so that we don't need to check relocations for other formats/archs, but other than that this looks good to me. :)

Cheers,
Lang.


http://reviews.llvm.org/D14676





More information about the llvm-commits mailing list