[all-commits] [llvm/llvm-project] 9527a2: [libc][NFC] Keep the mutex with the base File data...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Wed Mar 16 12:05:49 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9527a2f58fadf7580a0b5e23332f6117e093083e
https://github.com/llvm/llvm-project/commit/9527a2f58fadf7580a0b5e23332f6117e093083e
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2022-03-16 (Wed, 16 Mar 2022)
Changed paths:
M libc/src/__support/File/CMakeLists.txt
M libc/src/__support/File/file.h
M libc/test/src/__support/File/file_test.cpp
Log Message:
-----------
[libc][NFC] Keep the mutex with the base File data structure.
This is now possible because we have a platform independent abstraction
for mutexes.
Reviewed By: lntue, michaelrj
Differential Revision: https://reviews.llvm.org/D121773
More information about the All-commits
mailing list