summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/BuildDepends/gnu_as.s
Commit message (Collapse)AuthorAgeFilesLines
* ASM: Fix depfile flags for GNU 'as' toolBrad King2020-03-131-0/+1
The GNU `as --help` shows `--MD <file>` as an option to generate depfiles as needed by Ninja. There is no `-MT <target>` flag but fortunately the generated files automatically account for the `-o <obj>` flag. Issue: #20426