[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 11:20:17 PDT 2022
aidengrossman added a comment.
`CodeGenModule` doesn't get invoked when compiling IR. The error would trip when compiling other languages (eg c), but when passing IR to clang, the function doing error checking would never get called so no error was ever thrown.
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