[clang] [clang-tools-extra] [compiler-rt] [llvm] [Profile] Allow profile merging with multiple correlate files. (PR #75957)

Ellis Hoag via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 20 11:26:40 PST 2023


================
@@ -25,6 +25,25 @@
 
 // RUN: diff <(llvm-profdata show --all-functions --counts %t.cov.normal.profdata) <(llvm-profdata show --all-functions --counts %t.cov.profdata)
 
+// Test debug info correlate with build id.
----------------
ellishg wrote:

Can you add a test to `Darwin/instrprof-debug-info-correlate.c` too?

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


More information about the cfe-commits mailing list