[Openmp-commits] [PATCH] D19879: Solve 'Too many args to microtask' problem

Andrey Churbanov via Openmp-commits openmp-commits at lists.llvm.org
Thu May 12 11:43:41 PDT 2016


AndreyChurbanov accepted this revision.
AndreyChurbanov added a comment.
This revision is now accepted and ready to land.

LGTM.

Still unclear though how this problem corresponds with the comment just above the error print "Too many args to microtask" in z_Linux_util.c line 2579:

#if !(KMP_ARCH_X86 || KMP_ARCH_X86_64 || KMP_MIC)
// we really only need the case with 1 argument, because CLANG always build
// a struct of pointers to shared variables referenced in the outlined function

Probably something is wrong with compiler code generation for AArch64...


Repository:
  rL LLVM

http://reviews.llvm.org/D19879





More information about the Openmp-commits mailing list