[PATCH] D31507: Change the error message format for duplicate symbols.
Rafael Ávila de Espíndola via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 31 14:02:41 PDT 2017
rafael accepted this revision.
rafael added a comment.
This revision is now accepted and ready to land.
LGTM.
If we ever want to get fancier with our errors the only thing I can think of in accumulating info and printing at once during exit so that we can do things like
undefined foo, used in
>> use1
>> use2
>> use3
....
and correspondently for duplicates.
https://reviews.llvm.org/D31507
More information about the llvm-commits
mailing list