[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
Thu Sep 1 12:33:09 PDT 2022


aidengrossman added a comment.

@xur I've modified the patch slightly (mainly fixing tests and changing the error message printing in `CodeGenModule` to an assert as we should be capturing everything in `CompilerInvocation`. Do you mind looking over these changes, specifically making sure that going through CompilerInvocation is always guaranteed if we end up hitting `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