diff options
| author | Petr Hosek <phosek@google.com> | 2026-01-09 23:21:16 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-09 23:21:16 -0800 |
| commit | 9a02a3c7f4cc0a5fa807556abc862f1c4121663d (patch) | |
| tree | d5aafb9a36e5b7a5085a13294304a3fa2e0733a4 /libc/utils | |
| parent | f7e7132c8edddb78a72ab3f6b9e85f8f920c3773 (diff) | |
| download | llvm-9a02a3c7f4cc0a5fa807556abc862f1c4121663d.tar.gz llvm-9a02a3c7f4cc0a5fa807556abc862f1c4121663d.tar.bz2 llvm-9a02a3c7f4cc0a5fa807556abc862f1c4121663d.zip | |
[libc] Support for generating proxy headers (#175279)
This is a follow up to #174823 which adds build system integration.
Diffstat (limited to 'libc/utils')
| -rw-r--r-- | libc/utils/hdrgen/hdrgen/header.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/utils/hdrgen/hdrgen/header.py b/libc/utils/hdrgen/hdrgen/header.py index 5d2350ab1436..b69d22494a7a 100644 --- a/libc/utils/hdrgen/hdrgen/header.py +++ b/libc/utils/hdrgen/hdrgen/header.py @@ -88,6 +88,7 @@ PROXY_TEMPLATE = """\ #ifdef LIBC_FULL_BUILD {include_lines} +{macro_lines} #else // Overlay mode |
