[PATCH] D132991: [Clang] Give error message for invalid profile path when compiling IR
Aiden Grossman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 7 16:14:45 PDT 2022
aidengrossman added a comment.
In regards to the review, I have checked most cases, and I'm pretty confident this patch should cover all cases (given that `CompilerInvocation` is used directly from clang's `main()`), but if there are any edge cases that somehow pop up due to this patch, it would be due to switching to an `assert` within `CodeGenModule`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132991/new/
https://reviews.llvm.org/D132991
More information about the cfe-commits
mailing list