[PATCH] D101336: [LLD][BPF] Add bpf support

Yonghong Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 18 13:11:09 PDT 2021


yonghong-song added a comment.

Discussed with Alexei, we are going to add more relocations in BPF backend. Here is the patch https://reviews.llvm.org/D102712. You can take a look if you are interested.
Once it or its variant is merged, I will remove getImplicitAddendAlloc() and relocateAlloc(). Then we will have no non-target changes except disabling -ffunction-sections for BPF LTO relocatable mode. Thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101336



More information about the llvm-commits mailing list