The ArgumentsAdjuster returned from getClangStripDependencyFileAdjuster will
skip dependency flags, and also their associated values for those flags that
take an argument. This change corrects the handling of the -MD and -MMD
flags, which do not take an argument.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM