Merge pull request #1240 from adrianherrera/bugfix/optimin-showmap

optimin: -A -> -H
This commit is contained in:
van Hauser
2022-01-04 12:21:12 +01:00
committed by GitHub

View File

@ -260,7 +260,7 @@ static Error runShowmap(AFLCoverageMap &CovMap, const StringRef Input,
if (TargetArgsHasAtAt) {
ShowmapArgs.append({"-A", StdinFile});
ShowmapArgs.append({"-H", StdinFile});
Redirects[/* stdin */ 0] = "/dev/null";
} else if (InputIsFile) {