Alexey Serbin has uploaded a new patch set (#4) to the change originally created by harinreddy. ( http://gerrit.cloudera.org:8080/19016 )
Change subject: [codegen] use "BLR" instead of "RET" for ppc64le ...................................................................... [codegen] use "BLR" instead of "RET" for ppc64le ppc64le does not have the assembler instruction "RET". This patch updates the codegen to handle the "BLR" instruction (Branch to Link Register) for ppc64 which is equivalent to "RET" in x86_64. Change-Id: Ia40f902b14c899a2efc0bed3d3fc31376d516db7 --- M src/kudu/codegen/code_generator.cc 1 file changed, 9 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/16/19016/4 -- To view, visit http://gerrit.cloudera.org:8080/19016 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ia40f902b14c899a2efc0bed3d3fc31376d516db7 Gerrit-Change-Number: 19016 Gerrit-PatchSet: 4 Gerrit-Owner: harinreddy <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
