[Openmp-commits] [PATCH] D62488: Added propagation of not big initial stack size of master thread to workers.

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jun 4 21:28:01 PDT 2019


jdoerfert added a comment.

Thanks for the update. I inlined two more comments.



================
Comment at: runtime/test/misc_bugs/stack-propagate.c:42
+  printf("stack propagation not implemented, skipping test...\n");
+  printf("passed\n");
+#else
----------------
Do we need to print passed here?


Repository:
  rOMP OpenMP

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

https://reviews.llvm.org/D62488





More information about the Openmp-commits mailing list