[all-commits] [llvm/llvm-project] 255b2d: Add test for issue 60486
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Thu Feb 23 22:32:33 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 255b2d8162ead0ad444698506f97484572e574b1
https://github.com/llvm/llvm-project/commit/255b2d8162ead0ad444698506f97484572e574b1
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2023-02-24 (Fri, 24 Feb 2023)
Changed paths:
A clang/test/Modules/pr60486.cppm
Log Message:
-----------
Add test for issue 60486
Close https://github.com/llvm/llvm-project/issues/60486.
When I look back at this problem again, it only appears if we specify it
with `-fmodule-file=<BMI-path>`. And it disappears after we specify it
as `-fmodule-file=<module-name>=<BMI-path>`. Since we want to depreacate
the form `-fmodule-file=<BMI-path>`, we can think the problem goes
away.
More information about the All-commits
mailing list