[Lldb-commits] [PATCH] D18334: [JITLoaderGDB] Pack the jit entry struct according to the target arch.

Siva Chandra via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 21 14:30:27 PDT 2016


sivachandra added a comment.

This fixes an issue we are seeing with i386 JIT entry handling.

I have chosen a least disruptive change. However, since alignment is actually determined by the ABI, one could add some API to the ABI interface to determine the packing. However, it seemed like an overkill for doing something special only for i386.


http://reviews.llvm.org/D18334





More information about the lldb-commits mailing list