[PATCH] D122502: [Clang] Add helper method to determine if a nonvirtual base has an entry in the LLVM struct
William Moses via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 25 13:04:46 PDT 2022
wsmoses added a comment.
Polygeist is a (hopefully soon to be LLVM incubator project: https://discourse.llvm.org/t/rfc-polygeist-llvm-incubator-proposal/60890), that, among other things, is a Clang-based C/C++ frontend for MLIR. As such, we kind of expect to be built alongside clang and borrow the header. As the project gets closer to upstream, hopefully the include sharing will actually be more explicit (and will be made an upstream PR regardless after some other technical debt and paper deadlines).
The relevant code that needs this from our side is here, if curious: https://github.com/wsmoses/Polygeist/pull/198/files
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122502/new/
https://reviews.llvm.org/D122502
More information about the cfe-commits
mailing list