[libc-commits] [libc] [llvm] [libc] Move generated elf header to include (PR #211428)

Alexey Samsonov via libc-commits libc-commits at lists.llvm.org
Wed Jul 22 17:47:32 PDT 2026


================
@@ -246,12 +246,12 @@ LLVM_LIBC_HEADERS = [
     for info in LLVM_LIBC_HEADERS
 ]
 
-# needed for startup and VDSO. Doesn't get placed in /include so is handled separately.
+# needed for startup and VDSO.
 libc_generated_header(
-    name = "hdr_elf_proxy_h",
-    hdr = "staging/hdr/elf_proxy.h",
----------------
vonosmas wrote:

I think we should be able to just add this to the LLVM_LIBC_HEADERS list - it *is* placed in the `include/` directory now, together with the rest of the headers. (maybe you need to add optional `proxy` argument to `libc_header_info` factory.

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


More information about the libc-commits mailing list