diff options
author | Siva Chandra Reddy <sivachandra@google.com> | 2022-02-26 01:18:19 +0000 |
---|---|---|
committer | Siva Chandra Reddy <sivachandra@google.com> | 2022-03-04 18:33:46 +0000 |
commit | a5ee8183c049d377539c2b6452c8817589dd2df4 (patch) | |
tree | 9a9d94a628d32c8ac1d7ce35b5d0534d1576fb78 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 7e1355eb1327ffa94f680e925e266b9404392f32 (diff) | |
download | llvm-a5ee8183c049d377539c2b6452c8817589dd2df4.zip llvm-a5ee8183c049d377539c2b6452c8817589dd2df4.tar.gz llvm-a5ee8183c049d377539c2b6452c8817589dd2df4.tar.bz2 |
[libc][NFC] Add a platform independent thread support library.
The idea is that, other parts of the libc which require thread/lock
support will be able to use this platform independent setup.
With this change, only the linux implementation of a mutex type has been
moved to the new library. Because of this, there is some duplication
between the new library and src/threads/linux. A follow up change will
move all of src/threads/linux to the new library. The duplication should
be eliminated with that move.
Reviewed By: lntue
Differential Revision: https://reviews.llvm.org/D120795
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions