Skip to content
  • Rafael Espindola's avatar
    Don't create copy relocs or dummy plt's if given -z notext. · d3c22f08
    Rafael Espindola authored
    Being passed -z notext is a pretty strong indication that the user is
    OK with text relocations. This is not the same behavior as bfd, but
    bfd defaults to -z notext, so it has to try to avoid text relocations
    and use them as a last resort.
    
    llvm-svn: 297789
    d3c22f08
Loading