Fix build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233171 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola 2015-03-25 04:36:20 +00:00
parent 5238b7f47a
commit 544763dcba

View File

@ -1290,7 +1290,7 @@ private:
return findUnmangledSymbolIn(H, Fn->Proto->Name).getAddress();
});
CallbackInfo.setUpdateAction(
CompileCallbacks.getLocalFPUpdater(H, mangle(BodyPtrName)));
getLocalFPUpdater(LazyEmitLayer, H, mangle(BodyPtrName)));
return H;
}