[all-commits] [llvm/llvm-project] c21790: [NFC] [C++20] [Modules] Tests that the duplicated ...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Fri Mar 17 01:04:08 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c21790d02302ca0c00fab15c49c14db6514ceb5e
https://github.com/llvm/llvm-project/commit/c21790d02302ca0c00fab15c49c14db6514ceb5e
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2023-03-17 (Fri, 17 Mar 2023)
Changed paths:
A clang/test/Modules/no-duplicate-codegen-in-GMF.cppm
Log Message:
-----------
[NFC] [C++20] [Modules] Tests that the duplicated declarations in GMF
won't get generated again
As the test shows, we don't want to see the specialized function bodies
if it is already contained in the imported modules. So we can save a lot
of compiling time then.
More information about the All-commits
mailing list