ruoso added inline comments.

================
Comment at: clang/docs/CPlusPlus20Modules.rst:309
+
+Remember to compile and link BMIs
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
----------------
I think this is a bit confusing. The BMI is not linked...

Maybe something like: "Remember that modules still have an object counterpart 
to the BMI". 

Specifically, it may be important to make a distinction between when the 
compiler is invoked to produce the bmi and when it's invoked to produce the 
object, and that you use the bmi when translating code that imports it, and the 
object when linking.



CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131388/new/

https://reviews.llvm.org/D131388

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to