[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
Tue Aug 30 21:40:10 PDT 2022
aidengrossman added reviewers: xur, vsk.
aidengrossman added a subscriber: mtrofin.
aidengrossman added a comment.
Pinging reviewers based on previous commits in `setPGOUseInstrumentor`.
If there is an alternative method of writing this patch (eg placing the check in an equivalent of `CodeGenModule` for the IR side), let me know and I can adjust it. I'm not very familiar with the clang codebase, so there might be some inefficiencies in how I've implemented things.
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