[PATCH] D50560: [LLD] Enable Visual Studio compatible diagnostics.

Chris Jackson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 7 05:21:46 PDT 2018


chrisjackson added a comment.

@ikudrin

I have experimented with this implementation  and I agree that separating the diagnostic location functions into a distinct library is a good structured approach. I think this would be a reasonable and more explicit support for Visual Studio Diagnostics than D47540 <https://reviews.llvm.org/D47540> which really just shoehorned in support.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D50560





More information about the llvm-commits mailing list