================
@@ -84,7 +84,7 @@ ARGS_mcdc-const-folding := \
            eval "./$< $$cmd"; \
          done; \
        fi
-       find -name '$*.*.profraw' | xargs llvm-profdata merge --sparse -o $@
+       find --name '$*.*.profraw' | xargs llvm-profdata merge --sparse -o $@
----------------
Prabhuk wrote:

Another unnecessary addition of hyphen 

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