[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:33 PDT 2026


================
@@ -286,7 +286,7 @@ STATIC_AND_CONDITIONAL_HEADERS = STATIC_HEADERS + ["include/llvm-libc-macros/_LI
 
 cc_library(
     name = "public_headers",
-    hdrs = [header.target_name for header in LLVM_LIBC_HEADERS],
+    hdrs = [header.target_name for header in LLVM_LIBC_HEADERS] + [":include_proxy_elf_proxy_h"],
----------------
vonosmas wrote:

This special case would no longer be needed.

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


More information about the libc-commits mailing list