================
@@ -0,0 +1,44 @@
+// Test that missing-annotations detects branches that are hot, but not 
annotated
+
+// test diagnostics are issued when profiling data mis-matches annotations
+// RUN: llvm-profdata merge %S/Inputs/missing-annotations-branch.proftext -o 
%t.profdata
----------------
ellishg wrote:

Can we avoid creating a new `.proftext` file and instead use `split-file` so 
that the contents of the test is in one place?
https://llvm.org/docs/TestingGuide.html#extra-files

https://github.com/llvm/llvm-project/pull/96524
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to