[clang] [compiler-rt] [llvm] Migrate llvm-profdata to Opt flag parsing (PR #177868)

Prabhu Rajasekaran via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 22 09:38:48 PST 2026


================
@@ -3424,7 +3122,7 @@ static int order_main() {
   ArrayRef Traces = Reader->getTemporalProfTraces();
   if (NumTestTraces && NumTestTraces >= Traces.size())
     exitWithError(
-        "--" + NumTestTraces.ArgStr +
+        "--num-test-traces"
----------------
Prabhuk wrote:

Can you include this line into the string literal in the following line and remove this line? 

https://github.com/llvm/llvm-project/pull/177868


More information about the cfe-commits mailing list