[PATCH] D47540: [lld] Enable Visual Studio compatible output

Bob Haarman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 13 15:44:42 PDT 2018


inglorion added a comment.

@chrisjackson,

  grep -ER '(error|fatal|warn)\(' lld/ELF

finds a lot of places where we are putting location information in diagnostics. Are you planning to convert those to use the new API/formatting, too?


https://reviews.llvm.org/D47540





More information about the llvm-commits mailing list