Skip to content
  • George Rimar's avatar
    [ELF] - Exit on --version call. · 0a94bffe
    George Rimar authored
    GNU linkers disagree here.
    Though both -version and -v are mentioned
    in help to print the version information, GNU ld just normally exits,
    while gold can continue linking. We are compatible with ld.bfd here.
    
    This fixes PR31057.
    
    Differential revision: https://reviews.llvm.org/D26865
    
    llvm-svn: 287448
    0a94bffe
Loading