[clang] [llvm] [InstrProf] Fix frontend generated function hash (PR #165358)

Ellis Hoag via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 4 10:18:46 PST 2025


ellishg wrote:

```
******************** TEST 'Profile-x86_64 :: check-same-common-code.test' FAILED ********************
  Exit Code: 1
  
  Command Output (stdout):
  --
  725c725
  < #define INSTR_PROF_INDEX_VERSION 12
  ---
  > #define INSTR_PROF_INDEX_VERSION 13
```

You'll need to update the `InstrProfData.inc` file in `compiler-rt` to fix the test.

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


More information about the llvm-commits mailing list