[PATCH] D42168: [OpenMP] Generate unique name for offloading entries

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 17 07:46:03 PST 2018


ABataev added a comment.

After some investigation, I think this whole code is incorrect. We should not rely on the fact that there is no padding on some architectures and should mix the type generated by the Clang and initial value, generated by LLVM.


Repository:
  rC Clang

https://reviews.llvm.org/D42168





More information about the cfe-commits mailing list