Skip to content

Revert "[libc] newheadergen: cmakelist file changes" #99413

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

aaryanshukla
Copy link
Contributor

Reverts #99404

@aaryanshukla aaryanshukla merged commit ad4da83 into main Jul 18, 2024
4 of 5 checks passed
@aaryanshukla aaryanshukla deleted the revert-99404-fixing_errors branch July 18, 2024 00:16
@llvmbot llvmbot added the libc label Jul 18, 2024
@llvmbot
Copy link
Member

llvmbot commented Jul 18, 2024

@llvm/pr-subscribers-libc

Author: None (aaryanshukla)

Changes

Reverts llvm/llvm-project#99404


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

1 Files Affected:

  • (modified) libc/include/CMakeLists.txt (+2-2)
diff --git a/libc/include/CMakeLists.txt b/libc/include/CMakeLists.txt
index cd92ad126bc48..bbc0f7abafd55 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/arpa_inet.yaml
+  ../libc/newhdrgen/yaml/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/gpu/gpu_rpc.yaml
+    ../libc/newhdrgen/yaml/rpc.yaml
     gpu/rpc.h.def
     gpu/rpc.h
     DEPENDS

aaryanshukla added a commit that referenced this pull request Jul 18, 2024
- revert to revert for patch
#98828
- revert to revert #99410
- revert to revert #99413
yuxuanchen1997 pushed a commit that referenced this pull request Jul 25, 2024
Summary:
- revert to revert for patch
#98828
- revert to revert #99410
- revert to revert #99413

Test Plan: 

Reviewers: 

Subscribers: 

Tasks: 

Tags: 


Differential Revision: https://phabricator.intern.facebook.com/D60251427
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants