[PATCH] D45814: Fix an assertion when -print-prog-name=

Christian Bruel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 27 06:00:43 PDT 2018


chrib added a comment.

Hi Saleem,

Thanks for your review. I have amended the patch to avoid checking the name on the common path. 
About your second comment, I'm not sure we have to fix -print-file-name= for an equivalent problem since in case of empty parameter, we do a concatenation with the driver's path, which seems to be fine.
Best Regards
Christian


Repository:
  rC Clang

https://reviews.llvm.org/D45814





More information about the cfe-commits mailing list