================
@@ -223,6 +223,6 @@ for x in mcdc-const mcdc-const-folding; do (
     ./$x 1 1
     ./$x 1 1 # Redundant
   fi
-  llvm-profdata merge --sparse -o $x.profdata $(find -name '*.profraw')
+  llvm-profdata merge --sparse -o $x.profdata $(find --name '*.profraw')
----------------
Prabhuk wrote:

Same as other comments. Remove unnecessary changes to find and other commands 
whose options haven't changed

https://github.com/llvm/llvm-project/pull/177868
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to