[libc-commits] [libc] ad023a8 - [libc] newheadergen: cmakelist file changes (#99404)
via libc-commits
libc-commits at lists.llvm.org
Wed Jul 17 16:44:00 PDT 2024
Author: aaryanshukla
Date: 2024-07-17T16:43:57-07:00
New Revision: ad023a844ab19f37ea0abd2130ec81ea2663937b
URL: https://github.com/llvm/llvm-project/commit/ad023a844ab19f37ea0abd2130ec81ea2663937b
DIFF: https://github.com/llvm/llvm-project/commit/ad023a844ab19f37ea0abd2130ec81ea2663937b.diff
LOG: [libc] newheadergen: cmakelist file changes (#99404)
Added:
Modified:
libc/include/CMakeLists.txt
Removed:
################################################################################
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