[clang] [clang][modules] Headers meant to be included multiple times can be completely invisible in clang module builds (PR #83660)
Ilya Biryukov via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 12 02:08:16 PDT 2024
ilya-biryukov wrote:
I still don't understand why the number of `FileID`s for module maps has increased so much. I am observing this increase when compiling a file that has many module dependencies, it creates only one `FileID` for a module map I mentioned above, the rest 2259 are from loaded binary PCM files.
https://github.com/llvm/llvm-project/pull/83660
More information about the cfe-commits
mailing list