[PATCH] D113126: [OpenMP][NFCI] Embed the source location string size in the ident_t

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 10 14:50:49 PST 2021


jdoerfert added a comment.

In D113126#3122659 <https://reviews.llvm.org/D113126#3122659>, @tianshilei1992 wrote:

> I'm not convinced. `std::strlen` can do the job. Can you explain more why need it?

Because the ident_t is on the device and you want to grab it from the host.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113126



More information about the llvm-commits mailing list