[PATCH] D50416: [cmake] Prevent LLVMgold.so from being unloaded on Linux
    Evangelos Foutras via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Aug  8 06:38:11 PDT 2018
    
    
  
foutrelis added a comment.
In https://reviews.llvm.org/D50416#1192161, @mgorny wrote:
> Also, are you maybe aware of how soon is this going to hit binutils users? It kinda looks like a ticking time bomb, so maybe it would be worth fixing it for LLVM 7 release as well.
It only exists in master and wasn't merged to `binutils-2_31-branch`, so looks like it'll be in binutils 2.32 (~January 2019, based on the time previous releases were made).
Some distros might cherry pick it into their binutils 2.31 package in order to fix issues where ar would create incomplete archives when adding 1000+ object files in one go.
Repository:
  rL LLVM
https://reviews.llvm.org/D50416
    
    
More information about the llvm-commits
mailing list