Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / profile / Inputs / instrprof-get-filename-dso.c
blob27094340034513802a2c05ba1bc23ff5170e4e13
1 const char *__llvm_profile_get_filename(void);
3 const char *get_filename_from_DSO(void) {
4 return __llvm_profile_get_filename();