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

Schrodinger ZHU Yifan via libc-commits libc-commits at lists.llvm.org
Fri Sep 13 08:51:32 PDT 2024


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

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

>From 91e3f63c7cb39b07db57a5e11ccd91e45b3d470e Mon Sep 17 00:00:00 2001
From: Schrodinger ZHU Yifan <yifanzhu at rochester.edu>
Date: Fri, 13 Sep 2024 11:49:45 -0400
Subject: [PATCH] [libc] fix build issue in overlay mode

---
 libc/src/__support/time/linux/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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(



More information about the libc-commits mailing list