diff options
Diffstat (limited to 'compiler-rt/lib/profile/InstrProfiling.c')
| -rw-r--r-- | compiler-rt/lib/profile/InstrProfiling.c | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/compiler-rt/lib/profile/InstrProfiling.c b/compiler-rt/lib/profile/InstrProfiling.c index 299cf31777b..f3787715e70 100644 --- a/compiler-rt/lib/profile/InstrProfiling.c +++ b/compiler-rt/lib/profile/InstrProfiling.c @@ -35,6 +35,10 @@ COMPILER_RT_VISIBILITY void lprofSetProfileDumped() {    ProfileDumped = 1;  } +COMPILER_RT_VISIBILITY void __llvm_profile_set_dumped() { +  lprofSetProfileDumped(); +} +  /* Return the number of bytes needed to add to SizeInBytes to make it   *   the result a multiple of 8.   */ | 

