[PATCH] D79739: Adding Extra Runtime Functions to OMPKinds.def

Joseph Huber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 12 15:06:15 PDT 2020


jhuber6 marked an inline comment as done.
jhuber6 added inline comments.


================
Comment at: llvm/include/llvm/Frontend/OpenMP/OMPKinds.def:303
+__OMP_FUNCTION_TYPE(KmpcCopyCtor, false, Int8Ptr, Int8Ptr, Int8Ptr)
+__OMP_FUNCTION_TYPE(TaskRoutineEntry, false, Int32, Int32, Int8Ptr)
 
----------------
Forgot to change these to VoidPtr.


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