[PATCH] D49795: [PPC64] Position-independent long-branch thunks.

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 3 12:23:39 PDT 2018


sfertile added inline comments.


================
Comment at: ELF/Writer.cpp:1686
   // createThunks may have added local symbols to the static symbol table
-  applySynthetic({InX::SymTab},
+  applySynthetic({InX::GotPlt, InX::SymTab},
                  [](SyntheticSection *SS) { SS->postThunkContents(); });
----------------
rdhindsa wrote:
> Could you please rebase and update Inx::GotPlt to In.GotPlt
> 
Will do. I rebased the 2 long-branch thunk patches earlier this week and realized there were a number of changes in lld I had to merge in. I'll post the update versions shortly.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D49795





More information about the llvm-commits mailing list