diff options
Diffstat (limited to 'compiler-rt/lib/profile/InstrProfilingRuntime.cc')
| -rw-r--r-- | compiler-rt/lib/profile/InstrProfilingRuntime.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler-rt/lib/profile/InstrProfilingRuntime.cc b/compiler-rt/lib/profile/InstrProfilingRuntime.cc index c493bf74a5f..6116b0c1f3a 100644 --- a/compiler-rt/lib/profile/InstrProfilingRuntime.cc +++ b/compiler-rt/lib/profile/InstrProfilingRuntime.cc @@ -11,8 +11,8 @@ extern "C" { #include "InstrProfilingExtras.h" -extern int __llvm_pgo_runtime; -int __llvm_pgo_runtime; +extern int __llvm_profile_runtime; +int __llvm_profile_runtime; } @@ -20,7 +20,7 @@ namespace { class RegisterAtExit { public: - RegisterAtExit() { __llvm_pgo_register_write_file_atexit(); } + RegisterAtExit() { __llvm_profile_register_write_file_atexit(); } }; RegisterAtExit Registration; |

