[all-commits] [llvm/llvm-project] 170b57: [Driver] [C++20] [Modules] Warning for the surpris...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Thu Feb 27 21:49:45 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 170b5736824bd4f70a7bf9dd0028b997d85ba76f
https://github.com/llvm/llvm-project/commit/170b5736824bd4f70a7bf9dd0028b997d85ba76f
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2025-02-28 (Fri, 28 Feb 2025)
Changed paths:
M clang/include/clang/Basic/DiagnosticDriverKinds.td
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/test/Driver/module-fgen-reduced-bmi.cppm
Log Message:
-----------
[Driver] [C++20] [Modules] Warning for the surprising useless case for reduced BMI
Found in downstream. I didn't realize the output file for precompile and
reduced BMI refers to the same location. Then the generating process of
reduced BMI is basically a waste of time.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list