[PATCH] D21781: [ELF] Warn for duplicate symbols in version scripts instead of erroring out
    Joerg Sonnenberger via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jun 29 07:53:08 PDT 2016
    
    
  
joerg added a subscriber: joerg.
joerg added a comment.
I agree with Rafael that it should be an error. There is one situation that we want to handle smarter, but that's it. If the version is the result from an explicit match and a wildcard, the explicit match should win and the wildcard be ignored. But that's the only exception I can sanely see.
Repository:
  rL LLVM
http://reviews.llvm.org/D21781
    
    
More information about the llvm-commits
mailing list