[clang] [compiler-rt] [llvm] Migrate llvm-profdata to Opt flag parsing (PR #177868)
Prabhu Rajasekaran via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 12 20:19:07 PST 2026
================
@@ -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
More information about the llvm-commits
mailing list