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

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


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libc

Author: None (aaryanshukla)

<details>
<summary>Changes</summary>



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


1 Files Affected:

- (modified) libc/include/CMakeLists.txt (+2-2) 


``````````diff
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

``````````

</details>


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


More information about the libc-commits mailing list