[PATCH] D67038: Removes repetition in the error message.

Yu Jian via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 15 14:26:36 PDT 2019


wyjw added a comment.

I have updated the patch after comments.

1. If the file is not found, it does not have the same problem of the error repeated twice.

2. I still have some issue with the CHECK: OVERVIEW. The reason is that fail calls printHelpMessage() and there seems to be no way to suppress that. Piping to /dev/null (to get rid of the help message) also seems to be platform dependent.

Thank you for your time and help!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67038/new/

https://reviews.llvm.org/D67038





More information about the llvm-commits mailing list