[PATCH] D79739: Adding Extra Runtime Functions to OMPKinds.def
Joseph Huber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 11 19:27:45 PDT 2020
jhuber6 marked an inline comment as done.
jhuber6 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,
----------------
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***.
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