[all-commits] [llvm/llvm-project] 298d08: [NFC] Move the position of CodeGen/module-initiali...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Sun Sep 18 19:37:28 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 298d08dfa5509b5fa6595c297c7f9c878b460d29
https://github.com/llvm/llvm-project/commit/298d08dfa5509b5fa6595c297c7f9c878b460d29
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2022-09-19 (Mon, 19 Sep 2022)
Changed paths:
R clang/test/CodeGen/module-intializer-pmf.cpp
R clang/test/CodeGen/module-intializer.cpp
A clang/test/CodeGenCXX/module-intializer-pmf.cpp
A clang/test/CodeGenCXX/module-intializer.cpp
Log Message:
-----------
[NFC] Move the position of CodeGen/module-initializer*.cpp
Previsouly the module-initializer*.cpp lives in the CodeGen dir instead
of CodeGenCXX dir, which is not consistency with other tests since
modules are features for C++.
More information about the All-commits
mailing list