1 Commits

Author SHA1 Message Date
Chuanqi Xu
7ee421d296 [C++20] [Modules] Skip calls to module initializer to modules if we know the module doesn't init anything
Close https://github.com/llvm/llvm-project/issues/97244

This is an optimization allowed by the modules's ABI to skip calls to
imported modules for which we know nothing will be initialized.
2024-07-02 13:55:30 +08:00