1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Fix build.

llvm-svn: 233171
This commit is contained in:
Rafael Espindola 2015-03-25 04:36:20 +00:00
parent eb82fb3203
commit 47bac208e7

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;
}