[PATCH] D159064: [Modules] Make clang modules for the C standard library headers
Ben Langmuir via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 30 11:53:56 PDT 2023
benlangmuir added inline comments.
================
Comment at: clang/lib/Headers/module.modulemap:156
-module _Builtin_stddef_max_align_t [system] [extern_c] {
- header "__stddef_max_align_t.h"
----------------
Is the assumption here that directly `@import _Builtin_stddef_max_align_t` is unsupported so we don't need to provide a shim to keep this working?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159064/new/
https://reviews.llvm.org/D159064
More information about the cfe-commits
mailing list