[PATCH] D99362: Verify the LLVMContext for Attributes.

Nick Lewycky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 15 16:22:17 PDT 2021


nickwasmer added a comment.

Ping!

Is `hasParentContext(LLVMContext &C)` an acceptable name for what it does? Is there a better one?

Is there a better way to do this? Is it worth adding an API that is different from the common `getContext()` just to save the pointer and add the capability to the verifier?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99362/new/

https://reviews.llvm.org/D99362



More information about the llvm-commits mailing list