[PATCH] D118586: [C++20][Modules][3/8] Initial handling for module partitions.
Iain Sandoe via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 22 03:27:51 PST 2022
iains marked an inline comment as done.
iains added inline comments.
================
Comment at: clang/test/Modules/cxx20-multiple-partitions.cpp:48
+#else
+#error "no TU set"
+#endif
----------------
jansvoboda11 wrote:
> Instead of splitting the file with preprocessor, you could use the `split-file` utility (introduced in D83834).
thanks!
this is exactly what is needed here.
I've converted the added cases here (and will do for the follow-on patches).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118586/new/
https://reviews.llvm.org/D118586
More information about the cfe-commits
mailing list