Skip to content
  • Rafael Espindola's avatar
    Don't crash trying to write an 0 addend. · e004d4bf
    Rafael Espindola authored
    For preemptable symbols the dynamic linker does all the work. Trying
    to compute the addend is at best wasteful and can also lead to crashes
    in cases of programs that uses tls but doesn't define any tls
    variables.
    
    llvm-svn: 288803
    e004d4bf
Loading