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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to