[all-commits] [llvm/llvm-project] 85bed2: [AIX] Remove diff -a option on llvm-cov.test
OhYoooo via All-commits
all-commits at lists.llvm.org
Tue Jul 14 09:25:17 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 85bed2f381eaa528b851c53e5f9429c6d3966c85
https://github.com/llvm/llvm-project/commit/85bed2f381eaa528b851c53e5f9429c6d3966c85
Author: Shuhong Liu <shuhong.liu at ibm.com>
Date: 2020-07-14 (Tue, 14 Jul 2020)
Changed paths:
M llvm/test/tools/llvm-cov/llvm-cov.test
Log Message:
-----------
[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
More information about the All-commits
mailing list