[libc-commits] [libc] [libc] fix dependency path for vDSO (PR #108591)

via libc-commits libc-commits at lists.llvm.org
Fri Sep 13 08:52:03 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libc

Author: Schrodinger ZHU Yifan (SchrodingerZhu)

<details>
<summary>Changes</summary>

Sorry. I failed to capture this mistake in my last patch

---
Full diff: https://github.com/llvm/llvm-project/pull/108591.diff


1 Files Affected:

- (modified) libc/src/__support/time/linux/CMakeLists.txt (+1-1) 


``````````diff
diff --git a/libc/src/__support/time/linux/CMakeLists.txt b/libc/src/__support/time/linux/CMakeLists.txt
index 4297a029866685..f038cb8854b9b8 100644
--- a/libc/src/__support/time/linux/CMakeLists.txt
+++ b/libc/src/__support/time/linux/CMakeLists.txt
@@ -9,7 +9,7 @@ add_header_library(
     libc.src.__support.common
     libc.src.__support.error_or
     libc.src.__support.OSUtil.osutil
-    libc.src.__support.OSUtil.vdso
+    libc.src.__support.OSUtil.linux.vdso
 )
 
 add_header_library(

``````````

</details>


https://github.com/llvm/llvm-project/pull/108591


More information about the libc-commits mailing list