[all-commits] [llvm/llvm-project] 72a006: [libc++][Modules] Remove unnecessary `requires` fr...
Ian Anderson via All-commits
all-commits at lists.llvm.org
Mon Aug 14 12:07:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 72a006b33855934fa62f8d2a7f8ed4ae984a6c71
https://github.com/llvm/llvm-project/commit/72a006b33855934fa62f8d2a7f8ed4ae984a6c71
Author: Ian Anderson <iana at apple.com>
Date: 2023-08-14 (Mon, 14 Aug 2023)
Changed paths:
M libcxx/include/module.modulemap.in
Log Message:
-----------
[libc++][Modules] Remove unnecessary `requires` from the module map
Top level modules don't need `requires` because they're only built when their headers are included.
Reviewed By: ldionne, Mordante, #libc
Differential Revision: https://reviews.llvm.org/D157363
More information about the All-commits
mailing list