[Openmp-commits] [PATCH] D80222: Replace Clang's createRuntimeFunction with the definitions in OMPKinds.def
Johannes Doerfert via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu May 28 10:59:23 PDT 2020
jdoerfert added a comment.
I figured out what the problem is and we can relatively easily fix it *once* we always have an OpenMPIRBuilder available in Clangs CG. As noted in D80735 <https://reviews.llvm.org/D80735>, we should remove `IdentQTy` as it is used to create a new ident_t in some situations. The entire `getOrCreateDefaultLocation` in clangs CG, should be replaced by `OpenMPIRBuilder::getOrCreateIdent`. We do this later.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80222/new/
https://reviews.llvm.org/D80222
More information about the Openmp-commits
mailing list