[all-commits] [llvm/llvm-project] b76da1: [C++] [Modules] Generate the initializer for modul...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Sun Sep 18 20:32:03 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b76da14b3bfc1768d3dc9478b167b402a9ec308f
https://github.com/llvm/llvm-project/commit/b76da14b3bfc1768d3dc9478b167b402a9ec308f
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2022-09-19 (Mon, 19 Sep 2022)
Changed paths:
M clang/lib/Parse/ParseAST.cpp
M clang/test/CodeGenCXX/module-intializer.cpp
Log Message:
-----------
[C++] [Modules] Generate the initializer for modules if we compile a
module unit directly
Previously we lack a test which ensures that the module unit will
generate initializer if it is compiled directly (instead of from a pcm
file). Now we add the test back.
More information about the All-commits
mailing list