[PATCH] D79739: Adding Extra Runtime Functions to OMPKinds.def
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 11 21:03:44 PDT 2020
jdoerfert added inline comments.
================
Comment at: llvm/include/llvm/Frontend/OpenMP/OMPKinds.def:466
+__OMP_RTL(__kmpc_threadprivate_cached, false, Int8Ptr, IdentPtr, Int32, Int8Ptr,
+ Int64, Int8Ptr)
+__OMP_RTL(__kmpc_threadprivate_register, false, Void, IdentPtr, Int8Ptr,
----------------
jhuber6 wrote:
> This should be a void*** and its corresponding definition an i8*** but since the types come from the getXXXTy methods I wasn't sure how to get an i8***.
No way yet, but I think this should work just fine: https://reviews.llvm.org/D79675#inline-730836
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79739/new/
https://reviews.llvm.org/D79739
More information about the llvm-commits
mailing list