bolt/deps/llvm-18.1.8/compiler-rt/test/profile/Inputs/instrprof-get-filename-dso.c
2025-02-14 19:21:04 +01:00

5 lines
132 B
C

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