[PATCH] D129008: [Clang][OpenMP] Fix the issue that globalization doesn't work with byval struct function argument

Johannes Doerfert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 8 17:43:16 PDT 2022


jdoerfert added a comment.

In D129008#3640194 <https://reviews.llvm.org/D129008#3640194>, @tianshilei1992 wrote:

> `callCStructCopyConstructor` is actually for Objective-C…Cannot use it here.

Don't we generate copies of things elsewhere already?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129008



More information about the cfe-commits mailing list