From 03038a56fe7da962c733788a132d5061ae6aa583 Mon Sep 17 00:00:00 2001 From: Justin Bogner Date: Tue, 12 May 2015 21:23:09 +0000 Subject: InstrProf: Update name of compiler-rt routine for setting filename Patch by Teresa Johnson. llvm-svn: 237186 --- llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Transforms') diff --git a/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp b/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp index 4d24ecaf851..e9bd4870797 100644 --- a/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp +++ b/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp @@ -354,7 +354,7 @@ void InstrProfiling::emitInitialization() { auto *SetNameTy = FunctionType::get(VoidTy, Int8PtrTy, false); auto *SetNameF = Function::Create(SetNameTy, GlobalValue::ExternalLinkage, - "__llvm_profile_set_filename_env_override", M); + "__llvm_profile_override_default_filename", M); // Create variable for profile name Constant *ProfileNameConst = -- cgit v1.2.3