[PATCH] D118586: [C++20][Modules][3/8] Initial handling for module partitions.
Jan Svoboda via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 21 23:38:08 PST 2022
jansvoboda11 added inline comments.
================
Comment at: clang/test/Modules/cxx20-multiple-partitions.cpp:48
+#else
+#error "no TU set"
+#endif
----------------
Instead of splitting the file with preprocessor, you could use the `split-file` utility (introduced in D83834).
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