[PATCH] D55943: [RuntimeDyld] load all non-relocation sections with ProcessAllSections

Yonghong Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 15 09:33:29 PST 2019


yonghong-song added a comment.

Hi, @lhames   For this patch, if ProcessAllSections is set to true, all sections will be loaded.
I am not sure whether this is the original intention of not as it says ProcessAllSections, not meaning LoadAllSections.

So I implemented an alternative implementation in D56729 <https://reviews.llvm.org/D56729>. It extends RuntimeDyldELF for BPF target. It will load .BTF section (which is what we want in the bcc or other JIT implementations).

Could you let me know which method you prefer and how we should proceed from here? Thanks!


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55943/new/

https://reviews.llvm.org/D55943





More information about the llvm-commits mailing list