blob: 27094340034513802a2c05ba1bc23ff5170e4e13 [file] [log] [blame]
const char *__llvm_profile_get_filename(void);
const char *get_filename_from_DSO(void) {
return __llvm_profile_get_filename();
}