[libc-commits] [libc] [libc] newheadergen: cmakelist file changes (PR #99404)

via libc-commits libc-commits at lists.llvm.org
Wed Jul 17 16:37:58 PDT 2024


https://github.com/aaryanshukla created https://github.com/llvm/llvm-project/pull/99404

None

>From e030da0391e32277a6ee08c98dd6bef523ef4d97 Mon Sep 17 00:00:00 2001
From: Aaryan Shukla <aaryanshukla at google.com>
Date: Wed, 17 Jul 2024 23:37:13 +0000
Subject: [PATCH] [libc] newheadergen: cmakelist file changes

---
 libc/include/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libc/include/CMakeLists.txt b/libc/include/CMakeLists.txt
index bbc0f7abafd55..cd92ad126bc48 100644
--- a/libc/include/CMakeLists.txt
+++ b/libc/include/CMakeLists.txt
@@ -173,7 +173,7 @@ file(MAKE_DIRECTORY ${LIBC_INCLUDE_DIR}/arpa)
 
 add_header_macro(
   arpa_inet
-  ../libc/newhdrgen/yaml/arpa_inet.yaml
+  ../libc/newhdrgen/yaml/arpa/arpa_inet.yaml
   arpa/inet.h.def
   arpa/inet.h
   DEPENDS
@@ -703,7 +703,7 @@ if(LIBC_TARGET_OS_IS_GPU)
 
   add_header_macro(
     gpu_rpc
-    ../libc/newhdrgen/yaml/rpc.yaml
+    ../libc/newhdrgen/yaml/gpu/gpu_rpc.yaml
     gpu/rpc.h.def
     gpu/rpc.h
     DEPENDS



More information about the libc-commits mailing list