This adds support for modules that require (non-)freestanding environment such as the compiler builtin mm_malloc submodule.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Makes sense to me. I imagine this would also be useful for libc++.
lib/Headers/module.modulemap | ||
---|---|---|
66 ↗ | (On Diff #69239) | Are there more parts of the intrinsics modules to which this should be applied? |
lib/Headers/module.modulemap | ||
---|---|---|
66 ↗ | (On Diff #69239) | Not that I'm aware of. A "STDC_HOSTED" grep on the intrinsics modules header files didn't find anything other than mm_malloc.h. |