[Lldb-commits] [PATCH] D32899: [RuntimeDyld] Fix debug section relocation (pr20457)

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon May 15 03:05:18 PDT 2017


labath added a comment.

Thanks for the help, this definitely looks much better. :)

Since I already have it written, would you still be interested in the ProcessAllSections MCJIT test by any chance? I noticed that you none of the MCJIT tests set ProcessAllSections=true, or use Modules with debug info, so I think it has some value for smoke testing parts these parts of the pipeline (and it is nowhere near as ugly as the other create-an-.o-file-by hand test :) ).


https://reviews.llvm.org/D32899





More information about the lldb-commits mailing list