[all-commits] [llvm/llvm-project] fe8017: [libc][NFC] Make the support thread library an obj...

Siva Chandra via All-commits all-commits at lists.llvm.org
Mon Jun 27 01:48:20 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fe8017476c7788806859a0fbac0c82be38874b47
      https://github.com/llvm/llvm-project/commit/fe8017476c7788806859a0fbac0c82be38874b47
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2022-06-27 (Mon, 27 Jun 2022)

  Changed paths:
    M libc/src/__support/threads/CMakeLists.txt
    A libc/src/__support/threads/linux/thread.cpp
    R libc/src/__support/threads/linux/thread.h
    M libc/src/__support/threads/thread.h
    R libc/src/__support/threads/thread_attrib.h

  Log Message:
  -----------
  [libc][NFC] Make the support thread library an object library.

It was previously a header library. Making it an object library will
allow us to declare thread local variables which can used to setup a
thread's self object.




More information about the All-commits mailing list