[PATCH] D131388: [docs] Add "C++20 Modules"
Daniel Ruoso via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 15 06:21:09 PDT 2022
ruoso added inline comments.
================
Comment at: clang/docs/CPlusPlus20Modules.rst:338-339
+
+If we want to create libraries for the BMIs, we can't wrap these BMIs directly.
+We must compile these BMIs(``*.pcm``) into object files(``*.o``) and wrap these object files.
+
----------------
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131388/new/
https://reviews.llvm.org/D131388
More information about the cfe-commits
mailing list