[PATCH] D28359: [compiler-rt] Use common static library for sanitizer_common.
    Kuba (Brecka) Mracek via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Jan  5 22:26:11 PST 2017
    
    
  
kubabrecka added a comment.
Ok. Anyway, multiple people are against this change. How about just using dlsym/GetProcAddress to find the callbacks at runtime?  That should work on all platforms and there might be a way to hide this behind some macros.
Or just build the .a library you need for Windows only.
Repository:
  rL LLVM
https://reviews.llvm.org/D28359
    
    
More information about the llvm-commits
mailing list