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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
