forked from OSchip/llvm-project
parent
9398197ef1
commit
aabc142fce
|
@ -31,7 +31,7 @@ void llvm_prof_linectr_start_file(const char *orig_filename) {
|
|||
void llvm_prof_linectr_emit_counter(const char *dir, const char *file,
|
||||
uint32_t line, uint32_t column,
|
||||
uint64_t *counter) {
|
||||
printf("%s/%s:%u:%u %ull\n", dir, file, line, column,
|
||||
printf("%s/%s:%u:%u %llu\n", dir, file, line, column,
|
||||
(unsigned long long)(*counter));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue