forked from OSchip/llvm-project
parent
09d6b80f82
commit
d85c32cdfa
|
@ -214,7 +214,7 @@ int __llvm_profile_write_file(void) {
|
|||
return -1;
|
||||
}
|
||||
|
||||
/* Check if there is llvm/runtime versino mismatch. */
|
||||
/* Check if there is llvm/runtime version mismatch. */
|
||||
if (GET_VERSION(__llvm_profile_get_version()) != INSTR_PROF_RAW_VERSION) {
|
||||
PROF_ERR("LLVM Profile: runtime and instrumentation version mismatch : "
|
||||
"expected %d, but get %d\n",
|
||||
|
|
Loading…
Reference in New Issue