[PATCH] D27676: [ELF] - Use full object name if source file name exist when reporting errors.
    Rui Ueyama via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Dec 13 16:40:40 PST 2016
    
    
  
ruiu added a comment.
I think my concern is that we are going to print out at most three filenames like this
  foo.a(foo.o)(foo.c)
and that error string format looks odd. It is indistinguishable from
  foo.o(foo.c)
where in this case foo.o is not an archive but an object file. I think we are using too many parentheses.
https://reviews.llvm.org/D27676
    
    
More information about the llvm-commits
mailing list