[clang] [Feature]: merge host and kernel dependencies for heterogeneous compilation (PR #119513)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 5 18:16:17 PST 2025
================
@@ -798,6 +798,8 @@ def MD : Flag<["-"], "MD">, Group<M_Group>,
HelpText<"Write a depfile containing user and system headers">;
def MMD : Flag<["-"], "MMD">, Group<M_Group>,
HelpText<"Write a depfile containing user headers">;
+def MMMD : Flag<["-"], "MMMD">, Group<M_Group>,
----------------
zhouronghua wrote:
OK, I added the MMMD option primarily to avoid altering the existing user habits as much as possible. If everyone agrees that this behavior can be enabled by default, then I will remove this option.
https://github.com/llvm/llvm-project/pull/119513
More information about the cfe-commits
mailing list