llvm-project/compiler-rt/test/profile/Inputs/instrprof-get-filename-dso.c

6 lines
132 B
C

const char *__llvm_profile_get_filename(void);
const char *get_filename_from_DSO(void) {
return __llvm_profile_get_filename();
}