[PATCH] D44850: [PPC64LE] write plt stubs for V2 abi.
    Rui Ueyama via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Mar 27 10:26:28 PDT 2018
    
    
  
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: ELF/Arch/PPC64.cpp:177
+  } else {
+    // FIXME: What we should do, in theory, is get the offset of the function
+    // descriptor in the .opd section, and use that as the offset from %r2 (the
----------------
Don't you think it's time to remove code for v1 API? It looks like we are doubling the size of the code unless we remove code for v1.
Repository:
  rLLD LLVM Linker
https://reviews.llvm.org/D44850
    
    
More information about the llvm-commits
mailing list