[PATCH] D122434: [Support] Add OpauqeDataStore
Chris Bieneman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 28 09:50:16 PDT 2022
beanz added a comment.
@dblaikie I think you make a fair point. My use case really only needs to store a single object, so I can use `llvm::Any` instead. I had been trying to find a more generally useful mechanism, but without a second use case in mind `llvm::Any` will suffice. I'll update the downstream patch today and abandon this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122434/new/
https://reviews.llvm.org/D122434
More information about the llvm-commits
mailing list