llvm-cov.test generates .gcov files and compared with target sample files. Since the files do not contain any binary data (files are plain ASCII texts), remove -a from diff. And this fix will the error on AIX since the default diff tool on AIX does not support -a option.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Confirmed: