================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to