[PATCH] D29154: [compiler-rt] Split dll_thunks into different sanitizers.
    Reid Kleckner via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Jan 30 10:10:29 PST 2017
    
    
  
rnk added a comment.
This thunking code needs to be rewritten at some point. It's basically doing it's own lazy PLT resolution. There must be some way that we can get the loader to do our work for us. It will already create thunks for functions provided by import libraries.
https://reviews.llvm.org/D29154
    
    
More information about the llvm-commits
mailing list