[libc-commits] [libc] [libc] fix typo due to futex renaming (PR #91379)
via libc-commits
libc-commits at lists.llvm.org
Tue May 7 12:06:16 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libc
Author: Schrodinger ZHU Yifan (SchrodingerZhu)
<details>
<summary>Changes</summary>
It is strange that cmake did not error on this.
---
Full diff: https://github.com/llvm/llvm-project/pull/91379.diff
1 Files Affected:
- (modified) libc/src/__support/threads/linux/CMakeLists.txt (+1-1)
``````````diff
diff --git a/libc/src/__support/threads/linux/CMakeLists.txt b/libc/src/__support/threads/linux/CMakeLists.txt
index b277c2a37f2d0f..9bee30206f1b9f 100644
--- a/libc/src/__support/threads/linux/CMakeLists.txt
+++ b/libc/src/__support/threads/linux/CMakeLists.txt
@@ -27,7 +27,7 @@ add_header_library(
HDRS
mutex.h
DEPENDS
- .futex
+ .futex_utils
libc.src.__support.threads.mutex_common
)
``````````
</details>
https://github.com/llvm/llvm-project/pull/91379
More information about the libc-commits
mailing list