[libcxx-commits] [PATCH] D103369: [libc++] NFC: Move unwrap_iter to its own header
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat May 29 13:27:49 PDT 2021
Quuxplusone added a comment.
Well, my solution was to add this new header (and all new headers) to `module.modulemap`. So I assume this PR will fail buildkite as-is; it would need to add this header (and/or other new headers) to `module.modulemap` in order to keep buildkite happy. But I recommend people discuss the issue/solution(s) over on https://reviews.llvm.org/D102781#inline-979125 just to keep it all in the same place.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103369/new/
https://reviews.llvm.org/D103369
More information about the libcxx-commits
mailing list