[AIX] Remove diff -a option on llvm-cov.test
authorShuhong Liu <shuhong.liu@ibm.com>
Tue, 14 Jul 2020 16:23:39 +0000 (12:23 -0400)
committerShuhong Liu <shuhong.liu@ibm.com>
Tue, 14 Jul 2020 16:24:36 +0000 (12:24 -0400)
commit85bed2f381eaa528b851c53e5f9429c6d3966c85
tree3ff7b9e8e3d9b5fff46ccf6f1047f181389431b7
parent256d44811eabd838db79b6a1adfffa4f588750b7
[AIX] Remove diff -a option on llvm-cov.test

Summary:
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.

Reviewers: hubert.reinterpretcast, daltenty, stevewan

Subscribers: llvm-commits

Tags: #LLVM

Differential Revision: https://reviews.llvm.org/D83711
llvm/test/tools/llvm-cov/llvm-cov.test