[PATCH] D25495: [ThinLTO] Avoid archive member collisions

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 12 12:02:51 PDT 2016


ruiu added a comment.

That's true. That means when we print out an error message, we have the same problem that users can't identify which file is wrong. I'm wondering if InputFile::getName() should return a unique name, such as "some/path/foobar.a:123:x.o" where 123 is an offset in the archive.


https://reviews.llvm.org/D25495





More information about the llvm-commits mailing list