[all-commits] [llvm/llvm-project] 3c8848: [libc]Revert "Add linux implementations of thrd_cr...

Siva Chandra via All-commits all-commits at lists.llvm.org
Thu Mar 5 20:50:22 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3c88489a063c8f318aefacb75e8fcc9a115369a2
      https://github.com/llvm/llvm-project/commit/3c88489a063c8f318aefacb75e8fcc9a115369a2
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2020-03-05 (Thu, 05 Mar 2020)

  Changed paths:
    M libc/config/linux/api.td
    R libc/config/linux/threads.h.in
    M libc/include/CMakeLists.txt
    M libc/include/threads.h.def
    M libc/lib/CMakeLists.txt
    M libc/src/CMakeLists.txt
    R libc/src/threads/CMakeLists.txt
    R libc/src/threads/linux/CMakeLists.txt
    R libc/src/threads/linux/thrd_create.cpp
    R libc/src/threads/linux/thrd_join.cpp
    R libc/src/threads/linux/thread_utils.h
    R libc/src/threads/thrd_create.h
    R libc/src/threads/thrd_join.h
    M libc/test/src/CMakeLists.txt
    R libc/test/src/threads/CMakeLists.txt
    R libc/test/src/threads/thrd_test.cpp

  Log Message:
  -----------
  [libc]Revert "Add linux implementations of thrd_create and thrd_join functions."

This reverts commit abc040e9533011a62a25c93b07b4fc31c8a641f7 as the bots
are failing because of this.




More information about the All-commits mailing list