[libc-commits] [PATCH] D147985: [LIBC] Implement `sched_yield()`

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Apr 11 15:10:05 PDT 2023


michaelrj added a comment.

You're just missing the test file then I'll approve.



================
Comment at: libc/test/src/sched/CMakeLists.txt:24
+  SRCS
+    yield_test.cpp
+  DEPENDS
----------------
did you forget to include the test file?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147985



More information about the libc-commits mailing list